GroupId | GroupIdcom.mygraphql.graphub |
---|---|
ArtifactId | ArtifactIdopenapi2graphqls |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
openapi2graphqls-0.0.1.pom | |
openapi2graphqls-0.0.1.jar | 95 KB |
openapi2graphqls-0.0.1-sources.jar | 18 KB |
openapi2graphqls-0.0.1-javadoc.jar | 24 KB |
Browse |
<!-- 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"]