Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdcom.github.dadrus.jpa-unit |
ArtifactId | ArtifactIdjpa-unit-neo4j |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
jpa-unit-neo4j-0.4.0.pom | |
jpa-unit-neo4j-0.4.0.jar | 80 KB |
jpa-unit-neo4j-0.4.0-sources.jar | 36 KB |
jpa-unit-neo4j-0.4.0-javadoc.jar | 261 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit-neo4j/ -->
<dependency>
<groupId>com.github.dadrus.jpa-unit</groupId>
<artifactId>jpa-unit-neo4j</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit-neo4j/
implementation 'com.github.dadrus.jpa-unit:jpa-unit-neo4j:0.4.0'
// https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit-neo4j/
implementation ("com.github.dadrus.jpa-unit:jpa-unit-neo4j:0.4.0")
'com.github.dadrus.jpa-unit:jpa-unit-neo4j:jar:0.4.0'
<dependency org="com.github.dadrus.jpa-unit" name="jpa-unit-neo4j" rev="0.4.0">
<artifact name="jpa-unit-neo4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dadrus.jpa-unit', module='jpa-unit-neo4j', version='0.4.0')
)
libraryDependencies += "com.github.dadrus.jpa-unit" % "jpa-unit-neo4j" % "0.4.0"
[com.github.dadrus.jpa-unit/jpa-unit-neo4j "0.4.0"]