| License |
License |
|---|---|
| GroupId | GroupIdcom.mygraphql.graphub |
| ArtifactId | ArtifactIdopenapi2graphqls-project |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptioncom.mygraphql.graphub:openapi2graphqls-project
A Java based tool to convert OpenAPI (Swagger) to GraphQL Schema.
|
| Filename | Size |
|---|---|
| openapi2graphqls-project-0.0.2.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mygraphql.graphub/openapi2graphqls-project/ -->
<dependency>
<groupId>com.mygraphql.graphub</groupId>
<artifactId>openapi2graphqls-project</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mygraphql.graphub/openapi2graphqls-project/
implementation 'com.mygraphql.graphub:openapi2graphqls-project:0.0.2'
// https://jarcasting.com/artifacts/com.mygraphql.graphub/openapi2graphqls-project/
implementation ("com.mygraphql.graphub:openapi2graphqls-project:0.0.2")
'com.mygraphql.graphub:openapi2graphqls-project:pom:0.0.2'
<dependency org="com.mygraphql.graphub" name="openapi2graphqls-project" rev="0.0.2">
<artifact name="openapi2graphqls-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mygraphql.graphub', module='openapi2graphqls-project', version='0.0.2')
)
libraryDependencies += "com.mygraphql.graphub" % "openapi2graphqls-project" % "0.0.2"
[com.mygraphql.graphub/openapi2graphqls-project "0.0.2"]