Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.pm-dev |
ArtifactId | ArtifactIdkotlin-gremlin-graphql |
Version | Version0.20.0 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.github.pm-dev/kotlin-gremlin-graphql/ -->
<dependency>
<groupId>com.github.pm-dev</groupId>
<artifactId>kotlin-gremlin-graphql</artifactId>
<version>0.20.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pm-dev/kotlin-gremlin-graphql/
implementation 'com.github.pm-dev:kotlin-gremlin-graphql:0.20.0'
// https://jarcasting.com/artifacts/com.github.pm-dev/kotlin-gremlin-graphql/
implementation ("com.github.pm-dev:kotlin-gremlin-graphql:0.20.0")
'com.github.pm-dev:kotlin-gremlin-graphql:pom:0.20.0'
<dependency org="com.github.pm-dev" name="kotlin-gremlin-graphql" rev="0.20.0">
<artifact name="kotlin-gremlin-graphql" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.pm-dev', module='kotlin-gremlin-graphql', version='0.20.0')
)
libraryDependencies += "com.github.pm-dev" % "kotlin-gremlin-graphql" % "0.20.0"
[com.github.pm-dev/kotlin-gremlin-graphql "0.20.0"]