GroupId | GroupIdcom.lordofthejars |
---|---|
ArtifactId | ArtifactIdnosqlunit-demo |
Version | Version0.7.5 |
Type | Typejar |
Filename | Size |
---|---|
nosqlunit-demo-0.7.5.pom | |
nosqlunit-demo-0.7.5.jar | 22 KB |
nosqlunit-demo-0.7.5-sources.jar | 11 KB |
nosqlunit-demo-0.7.5-javadoc.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-demo/ -->
<dependency>
<groupId>com.lordofthejars</groupId>
<artifactId>nosqlunit-demo</artifactId>
<version>0.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-demo/
implementation 'com.lordofthejars:nosqlunit-demo:0.7.5'
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-demo/
implementation ("com.lordofthejars:nosqlunit-demo:0.7.5")
'com.lordofthejars:nosqlunit-demo:jar:0.7.5'
<dependency org="com.lordofthejars" name="nosqlunit-demo" rev="0.7.5">
<artifact name="nosqlunit-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lordofthejars', module='nosqlunit-demo', version='0.7.5')
)
libraryDependencies += "com.lordofthejars" % "nosqlunit-demo" % "0.7.5"
[com.lordofthejars/nosqlunit-demo "0.7.5"]