Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.pm-dev |
ArtifactId | ArtifactIdkotlin-gremlin-ogm |
Version | Version0.9.6 |
Type | Typepom |
Filename | Size |
---|---|
kotlin-gremlin-ogm-0.9.6.pom | |
kotlin-gremlin-ogm-0.9.6.jar | 2 KB |
kotlin-gremlin-ogm-0.9.6-sources.jar | 62 KB |
kotlin-gremlin-ogm-0.9.6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pm-dev/kotlin-gremlin-ogm/ -->
<dependency>
<groupId>com.github.pm-dev</groupId>
<artifactId>kotlin-gremlin-ogm</artifactId>
<version>0.9.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pm-dev/kotlin-gremlin-ogm/
implementation 'com.github.pm-dev:kotlin-gremlin-ogm:0.9.6'
// https://jarcasting.com/artifacts/com.github.pm-dev/kotlin-gremlin-ogm/
implementation ("com.github.pm-dev:kotlin-gremlin-ogm:0.9.6")
'com.github.pm-dev:kotlin-gremlin-ogm:pom:0.9.6'
<dependency org="com.github.pm-dev" name="kotlin-gremlin-ogm" rev="0.9.6">
<artifact name="kotlin-gremlin-ogm" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.pm-dev', module='kotlin-gremlin-ogm', version='0.9.6')
)
libraryDependencies += "com.github.pm-dev" % "kotlin-gremlin-ogm" % "0.9.6"
[com.github.pm-dev/kotlin-gremlin-ogm "0.9.6"]