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