GroupId | GroupIdcom.bretpatterson |
---|---|
ArtifactId | ArtifactIdschemagen-graphql-examples |
Version | Version1.0.0-rc3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bretpatterson/schemagen-graphql-examples/ -->
<dependency>
<groupId>com.bretpatterson</groupId>
<artifactId>schemagen-graphql-examples</artifactId>
<version>1.0.0-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/com.bretpatterson/schemagen-graphql-examples/
implementation 'com.bretpatterson:schemagen-graphql-examples:1.0.0-rc3'
// https://jarcasting.com/artifacts/com.bretpatterson/schemagen-graphql-examples/
implementation ("com.bretpatterson:schemagen-graphql-examples:1.0.0-rc3")
'com.bretpatterson:schemagen-graphql-examples:jar:1.0.0-rc3'
<dependency org="com.bretpatterson" name="schemagen-graphql-examples" rev="1.0.0-rc3">
<artifact name="schemagen-graphql-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bretpatterson', module='schemagen-graphql-examples', version='1.0.0-rc3')
)
libraryDependencies += "com.bretpatterson" % "schemagen-graphql-examples" % "1.0.0-rc3"
[com.bretpatterson/schemagen-graphql-examples "1.0.0-rc3"]