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