License |
License
Apache License Version 2.0
|
---|---|
GroupId | GroupIdcom.lordofthejars |
ArtifactId | ArtifactIdnosqlunit-core |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNoSQL is a JUnit extension targeted to nosql-driven projects.
|
Filename | Size |
---|---|
nosqlunit-core-1.0.0.pom | |
nosqlunit-core-1.0.0.jar | 19 KB |
nosqlunit-core-1.0.0-sources.jar | 10 KB |
nosqlunit-core-1.0.0-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-core/ -->
<dependency>
<groupId>com.lordofthejars</groupId>
<artifactId>nosqlunit-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-core/
implementation 'com.lordofthejars:nosqlunit-core:1.0.0'
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-core/
implementation ("com.lordofthejars:nosqlunit-core:1.0.0")
'com.lordofthejars:nosqlunit-core:jar:1.0.0'
<dependency org="com.lordofthejars" name="nosqlunit-core" rev="1.0.0">
<artifact name="nosqlunit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lordofthejars', module='nosqlunit-core', version='1.0.0')
)
libraryDependencies += "com.lordofthejars" % "nosqlunit-core" % "1.0.0"
[com.lordofthejars/nosqlunit-core "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
com.googlecode.lambdaj : lambdaj | jar | 2.3.3 |
org.codehaus.jackson : jackson-mapper-asl | jar | 1.8.8 |
org.codehaus.jackson : jackson-core-asl | jar | 1.8.8 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.9.0 |
ch.qos.logback : logback-classic | jar | 1.0.11 |