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