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