| GroupId | GroupIdcom.lordofthejars |
|---|---|
| ArtifactId | ArtifactIdnosqlunit |
| Version | Version0.8.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| nosqlunit-0.8.1.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit/ -->
<dependency>
<groupId>com.lordofthejars</groupId>
<artifactId>nosqlunit</artifactId>
<version>0.8.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit/
implementation 'com.lordofthejars:nosqlunit:0.8.1'
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit/
implementation ("com.lordofthejars:nosqlunit:0.8.1")
'com.lordofthejars:nosqlunit:pom:0.8.1'
<dependency org="com.lordofthejars" name="nosqlunit" rev="0.8.1">
<artifact name="nosqlunit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lordofthejars', module='nosqlunit', version='0.8.1')
)
libraryDependencies += "com.lordofthejars" % "nosqlunit" % "0.8.1"
[com.lordofthejars/nosqlunit "0.8.1"]