| Categories |
CategoriesNeo4J Data Databases |
|---|---|
| GroupId | GroupIdcom.graphaware.neo4j |
| ArtifactId | ArtifactIdtimetree |
| Version | Version3.5.12.55.29 |
| Type | Typejar |
| Filename | Size |
|---|---|
| timetree-3.5.12.55.29.pom | |
| timetree-3.5.12.55.29.jar | 675 KB |
| timetree-3.5.12.55.29-sources.jar | 42 KB |
| timetree-3.5.12.55.29-javadoc.jar | 217 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.graphaware.neo4j/timetree/ -->
<dependency>
<groupId>com.graphaware.neo4j</groupId>
<artifactId>timetree</artifactId>
<version>3.5.12.55.29</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphaware.neo4j/timetree/
implementation 'com.graphaware.neo4j:timetree:3.5.12.55.29'
// https://jarcasting.com/artifacts/com.graphaware.neo4j/timetree/
implementation ("com.graphaware.neo4j:timetree:3.5.12.55.29")
'com.graphaware.neo4j:timetree:jar:3.5.12.55.29'
<dependency org="com.graphaware.neo4j" name="timetree" rev="3.5.12.55.29">
<artifact name="timetree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphaware.neo4j', module='timetree', version='3.5.12.55.29')
)
libraryDependencies += "com.graphaware.neo4j" % "timetree" % "3.5.12.55.29"
[com.graphaware.neo4j/timetree "3.5.12.55.29"]