t

tx-api

Improved Transaction API with Graph Snapshotting
http://graphaware.com
Files download
File Operation
tx-api-3.4.12.52.jar download
tx-api-3.4.12.52.pom download
tx-api-3.4.12.52-sources.jar download
Apache Maven
<dependency>
  <groupId>com.graphaware.neo4j</groupId>
  <artifactId>tx-api</artifactId>
  <version>3.4.12.52</version>
</dependency>
Gradle Groovy
implementation 'com.graphaware.neo4j:tx-api:3.4.12.52'
Gradle Kotlin
implementation("com.graphaware.neo4j:tx-api:3.4.12.52")
Scala SBT
libraryDependencies += "com.graphaware.neo4j" % "tx-api" % "3.4.12.52"
Groovy Grape
@Grapes(
  @Grab(group='com.graphaware.neo4j', module='tx-api', version='3.4.12.52')
)
Apache Ivy
<dependency org="com.graphaware.neo4j" name="tx-api" rev="3.4.12.52" />
Leiningen
[com.graphaware.neo4j/tx-api "3.4.12.52"]
Apache Buildr
'com.graphaware.neo4j:tx-api:jar:3.4.12.52'