| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcom.mygraphql.graphub | 
| ArtifactId | ArtifactIdopenapi2graphqls-cli | 
| Last Version | Last Version0.0.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionA Java based tool to convert OpenAPI (Swagger) to GraphQL Schema. | 
<!-- https://jarcasting.com/artifacts/com.mygraphql.graphub/openapi2graphqls-cli/ -->
<dependency>
    <groupId>com.mygraphql.graphub</groupId>
    <artifactId>openapi2graphqls-cli</artifactId>
    <version>0.0.2</version>
</dependency>// https://jarcasting.com/artifacts/com.mygraphql.graphub/openapi2graphqls-cli/
implementation 'com.mygraphql.graphub:openapi2graphqls-cli:0.0.2'// https://jarcasting.com/artifacts/com.mygraphql.graphub/openapi2graphqls-cli/
implementation ("com.mygraphql.graphub:openapi2graphqls-cli:0.0.2")'com.mygraphql.graphub:openapi2graphqls-cli:jar:0.0.2'<dependency org="com.mygraphql.graphub" name="openapi2graphqls-cli" rev="0.0.2">
  <artifact name="openapi2graphqls-cli" type="jar" />
</dependency>@Grapes(
@Grab(group='com.mygraphql.graphub', module='openapi2graphqls-cli', version='0.0.2')
)libraryDependencies += "com.mygraphql.graphub" % "openapi2graphqls-cli" % "0.0.2"[com.mygraphql.graphub/openapi2graphqls-cli "0.0.2"]