is not current version
Last Version 0.0.2

com.mygraphql.graphub:openapi2graphqls 0.0.1

A Java based tool to convert OpenAPI (Swagger) to GraphQL Schema.

GroupId

GroupId

com.mygraphql.graphub
ArtifactId

ArtifactId

openapi2graphqls
Version

Version

0.0.1
Type

Type

jar

Download openapi2graphqls 0.0.1


<!-- https://jarcasting.com/artifacts/com.mygraphql.graphub/openapi2graphqls/ -->
<dependency>
    <groupId>com.mygraphql.graphub</groupId>
    <artifactId>openapi2graphqls</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mygraphql.graphub/openapi2graphqls/
implementation 'com.mygraphql.graphub:openapi2graphqls:0.0.1'
// https://jarcasting.com/artifacts/com.mygraphql.graphub/openapi2graphqls/
implementation ("com.mygraphql.graphub:openapi2graphqls:0.0.1")
'com.mygraphql.graphub:openapi2graphqls:jar:0.0.1'
<dependency org="com.mygraphql.graphub" name="openapi2graphqls" rev="0.0.1">
  <artifact name="openapi2graphqls" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mygraphql.graphub', module='openapi2graphqls', version='0.0.1')
)
libraryDependencies += "com.mygraphql.graphub" % "openapi2graphqls" % "0.0.1"
[com.mygraphql.graphub/openapi2graphqls "0.0.1"]