com.mygraphql.graphub:openapi2graphqls

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

License

License

GroupId

GroupId

com.mygraphql.graphub
ArtifactId

ArtifactId

openapi2graphqls
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download openapi2graphqls

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
info.picocli : picocli jar 4.0.2
io.swagger.parser.v3 : swagger-parser jar 2.0.13
org.codehaus.groovy : groovy-all jar 2.4.15
org.apache.commons : commons-lang3 jar 3.8.1
com.graphql-java : graphql-java jar 13.0
com.google.guava : guava jar 26.0-jre

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 3.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1