| License |
License |
|---|---|
| GroupId | GroupIdcom.tinkerpop |
| ArtifactId | ArtifactIdtinkerpop |
| Last Version | Last Version3.0.0.M7 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionTinkerPop3: A Graph Computing Framework
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| tinkerpop-3.0.0.M7.pom | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tinkerpop/tinkerpop/ -->
<dependency>
<groupId>com.tinkerpop</groupId>
<artifactId>tinkerpop</artifactId>
<version>3.0.0.M7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tinkerpop/tinkerpop/
implementation 'com.tinkerpop:tinkerpop:3.0.0.M7'
// https://jarcasting.com/artifacts/com.tinkerpop/tinkerpop/
implementation ("com.tinkerpop:tinkerpop:3.0.0.M7")
'com.tinkerpop:tinkerpop:pom:3.0.0.M7'
<dependency org="com.tinkerpop" name="tinkerpop" rev="3.0.0.M7">
<artifact name="tinkerpop" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tinkerpop', module='tinkerpop', version='3.0.0.M7')
)
libraryDependencies += "com.tinkerpop" % "tinkerpop" % "3.0.0.M7"
[com.tinkerpop/tinkerpop "3.0.0.M7"]