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