| Категории |
КатегорииNeo4J Данные Базы данных Distribution Компиляция и сборка |
|---|---|
| Группа | Группаde.derivo.graph-app |
| Идентификатор | Идентификаторsemspect-neo4j-plugin-distribution |
| Версия | Версия3.13.1-alpha |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/de.derivo.graph-app/semspect-neo4j-plugin-distribution/ -->
<dependency>
<groupId>de.derivo.graph-app</groupId>
<artifactId>semspect-neo4j-plugin-distribution</artifactId>
<version>3.13.1-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/de.derivo.graph-app/semspect-neo4j-plugin-distribution/
implementation 'de.derivo.graph-app:semspect-neo4j-plugin-distribution:3.13.1-alpha'
// https://jarcasting.com/artifacts/de.derivo.graph-app/semspect-neo4j-plugin-distribution/
implementation ("de.derivo.graph-app:semspect-neo4j-plugin-distribution:3.13.1-alpha")
'de.derivo.graph-app:semspect-neo4j-plugin-distribution:jar:3.13.1-alpha'
<dependency org="de.derivo.graph-app" name="semspect-neo4j-plugin-distribution" rev="3.13.1-alpha">
<artifact name="semspect-neo4j-plugin-distribution" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.derivo.graph-app', module='semspect-neo4j-plugin-distribution', version='3.13.1-alpha')
)
libraryDependencies += "de.derivo.graph-app" % "semspect-neo4j-plugin-distribution" % "3.13.1-alpha"
[de.derivo.graph-app/semspect-neo4j-plugin-distribution "3.13.1-alpha"]