GroupId | GroupIdcom.fleetpin |
---|---|
ArtifactId | ArtifactIdgraphql-builder |
Version | Version0.1.8 |
Type | Typejar |
Filename | Size |
---|---|
graphql-builder-0.1.8.pom | |
graphql-builder-0.1.8.jar | 54 KB |
graphql-builder-0.1.8-sources.jar | 34 KB |
graphql-builder-0.1.8-javadoc.jar | 514 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fleetpin/graphql-builder/ -->
<dependency>
<groupId>com.fleetpin</groupId>
<artifactId>graphql-builder</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.fleetpin/graphql-builder/
implementation 'com.fleetpin:graphql-builder:0.1.8'
// https://jarcasting.com/artifacts/com.fleetpin/graphql-builder/
implementation ("com.fleetpin:graphql-builder:0.1.8")
'com.fleetpin:graphql-builder:jar:0.1.8'
<dependency org="com.fleetpin" name="graphql-builder" rev="0.1.8">
<artifact name="graphql-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fleetpin', module='graphql-builder', version='0.1.8')
)
libraryDependencies += "com.fleetpin" % "graphql-builder" % "0.1.8"
[com.fleetpin/graphql-builder "0.1.8"]