| Категории |
КатегорииNeo4J Данные Базы данных Unity Прикладные библиотеки Game Development |
|---|---|
| Группа | Группаorg.neo4j.community |
| Идентификатор | Идентификаторbatch-insert-it |
| Версия | Версия4.0.0-rc01 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| batch-insert-it-4.0.0-rc01.pom | |
| batch-insert-it-4.0.0-rc01.jar | 21 KB |
| batch-insert-it-4.0.0-rc01-tests.jar | 55 KB |
| batch-insert-it-4.0.0-rc01-sources.jar | 21 KB |
| batch-insert-it-4.0.0-rc01-javadoc.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.neo4j.community/batch-insert-it/ -->
<dependency>
<groupId>org.neo4j.community</groupId>
<artifactId>batch-insert-it</artifactId>
<version>4.0.0-rc01</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j.community/batch-insert-it/
implementation 'org.neo4j.community:batch-insert-it:4.0.0-rc01'
// https://jarcasting.com/artifacts/org.neo4j.community/batch-insert-it/
implementation ("org.neo4j.community:batch-insert-it:4.0.0-rc01")
'org.neo4j.community:batch-insert-it:jar:4.0.0-rc01'
<dependency org="org.neo4j.community" name="batch-insert-it" rev="4.0.0-rc01">
<artifact name="batch-insert-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j.community', module='batch-insert-it', version='4.0.0-rc01')
)
libraryDependencies += "org.neo4j.community" % "batch-insert-it" % "4.0.0-rc01"
[org.neo4j.community/batch-insert-it "4.0.0-rc01"]