| Категории |
КатегорииNeo4J Данные Базы данных |
|---|---|
| Группа | Группаcom.graphaware.neo4j |
| Идентификатор | Идентификаторtimetree |
| Версия | Версия2.3.0.35.24 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| timetree-2.3.0.35.24.pom | |
| timetree-2.3.0.35.24.jar | 627 KB |
| timetree-2.3.0.35.24-sources.jar | 30 KB |
| timetree-2.3.0.35.24-javadoc.jar | 164 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.graphaware.neo4j/timetree/ -->
<dependency>
<groupId>com.graphaware.neo4j</groupId>
<artifactId>timetree</artifactId>
<version>2.3.0.35.24</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphaware.neo4j/timetree/
implementation 'com.graphaware.neo4j:timetree:2.3.0.35.24'
// https://jarcasting.com/artifacts/com.graphaware.neo4j/timetree/
implementation ("com.graphaware.neo4j:timetree:2.3.0.35.24")
'com.graphaware.neo4j:timetree:jar:2.3.0.35.24'
<dependency org="com.graphaware.neo4j" name="timetree" rev="2.3.0.35.24">
<artifact name="timetree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphaware.neo4j', module='timetree', version='2.3.0.35.24')
)
libraryDependencies += "com.graphaware.neo4j" % "timetree" % "2.3.0.35.24"
[com.graphaware.neo4j/timetree "2.3.0.35.24"]