<dependency> <groupId>com.graphaware.neo4j</groupId> <artifactId>tx-api</artifactId> <version>3.4.12.52</version> </dependency>
implementation 'com.graphaware.neo4j:tx-api:3.4.12.52'
implementation("com.graphaware.neo4j:tx-api:3.4.12.52")
libraryDependencies += "com.graphaware.neo4j" % "tx-api" % "3.4.12.52"
@Grapes( @Grab(group='com.graphaware.neo4j', module='tx-api', version='3.4.12.52') )
<dependency org="com.graphaware.neo4j" name="tx-api" rev="3.4.12.52" />
[com.graphaware.neo4j/tx-api "3.4.12.52"]
'com.graphaware.neo4j:tx-api:jar:3.4.12.52'
<parent> <groupId>com.graphaware.neo4j</groupId> <artifactId>framework-parent</artifactId> <version>3.4.12.52</version> </parent>
compile
|-- com.graphaware.neo4j:common
|-- com.graphaware.neo4j:tx-executor
|-- com.graphaware.neo4j:tests