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