| License |
License |
|---|---|
| GroupId | GroupIdcom.github.pm-dev |
| ArtifactId | ArtifactIdkremlin |
| Version | Version0.9.5 |
| Type | Typepom |
| Description |
DescriptionKremlin
An Object Graph Mapping Library for Kotlin and Gremlin
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kremlin-0.9.5.pom | |
| kremlin-0.9.5.jar | 2 KB |
| kremlin-0.9.5-sources.jar | 62 KB |
| kremlin-0.9.5-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pm-dev/kremlin/ -->
<dependency>
<groupId>com.github.pm-dev</groupId>
<artifactId>kremlin</artifactId>
<version>0.9.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pm-dev/kremlin/
implementation 'com.github.pm-dev:kremlin:0.9.5'
// https://jarcasting.com/artifacts/com.github.pm-dev/kremlin/
implementation ("com.github.pm-dev:kremlin:0.9.5")
'com.github.pm-dev:kremlin:pom:0.9.5'
<dependency org="com.github.pm-dev" name="kremlin" rev="0.9.5">
<artifact name="kremlin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.pm-dev', module='kremlin', version='0.9.5')
)
libraryDependencies += "com.github.pm-dev" % "kremlin" % "0.9.5"
[com.github.pm-dev/kremlin "0.9.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.2.41 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.2.41 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.2.41 |
| org.apache.tinkerpop : gremlin-driver | jar | 3.3.2 |
| org.slf4j : slf4j-api | jar | 1.7.25 |