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