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