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