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