This is Liquigraph for Neo4j 3.x. Please proceed to this page for Neo4j 2.x.
Build status
Mailing list
Please subscribe here.
Getting started
Please read the website.
Homebrew
Proceed to the recipe repository.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииNeo4J Данные Базы данных Сеть |
| Группа | Группаnet.biville.florent |
| Идентификатор | Идентификаторneo4j-sproc-compiler |
| Последняя версия | Последняя версия1.2.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCore
Neo4j Stored Procedure compile-time annotation processor
|
| Имя Файла | Размер |
|---|---|
| neo4j-sproc-compiler-1.2.1.pom | |
| neo4j-sproc-compiler-1.2.1.jar | 29 KB |
| neo4j-sproc-compiler-1.2.1-tests.jar | 8 KB |
| neo4j-sproc-compiler-1.2.1-sources.jar | 13 KB |
| neo4j-sproc-compiler-1.2.1-javadoc.jar | 31 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.biville.florent/neo4j-sproc-compiler/ -->
<dependency>
<groupId>net.biville.florent</groupId>
<artifactId>neo4j-sproc-compiler</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.biville.florent/neo4j-sproc-compiler/
implementation 'net.biville.florent:neo4j-sproc-compiler:1.2.1'
// https://jarcasting.com/artifacts/net.biville.florent/neo4j-sproc-compiler/
implementation ("net.biville.florent:neo4j-sproc-compiler:1.2.1")
'net.biville.florent:neo4j-sproc-compiler:jar:1.2.1'
<dependency org="net.biville.florent" name="neo4j-sproc-compiler" rev="1.2.1">
<artifact name="neo4j-sproc-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.biville.florent', module='neo4j-sproc-compiler', version='1.2.1')
)
libraryDependencies += "net.biville.florent" % "neo4j-sproc-compiler" % "1.2.1"
[net.biville.florent/neo4j-sproc-compiler "1.2.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.auto.service : auto-service Необязательный | jar | 1.0-rc2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.neo4j : neo4j | jar | 3.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.google.testing.compile : compile-testing | jar | 0.9 |
| org.assertj : assertj-core | jar | 3.4.1 |
| org.mockito : mockito-core | jar | 2.7.14 |
This is Liquigraph for Neo4j 3.x. Please proceed to this page for Neo4j 2.x.
Please subscribe here.
Please read the website.
Proceed to the recipe repository.