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