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