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