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