License |
License |
---|---|
GroupId | GroupIdorg.modeshape |
ArtifactId | ArtifactIdmodeshape-unit-test |
Version | Version5.4.1.Final |
Type | Typejar |
Description |
DescriptionModeShape Unit Test Framework
A simple framework for creating unit tests for ModeShape and which automatically brings in many libraries for testing ModeShape.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape-unit-test/ -->
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-unit-test</artifactId>
<version>5.4.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-unit-test/
implementation 'org.modeshape:modeshape-unit-test:5.4.1.Final'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-unit-test/
implementation ("org.modeshape:modeshape-unit-test:5.4.1.Final")
'org.modeshape:modeshape-unit-test:jar:5.4.1.Final'
<dependency org="org.modeshape" name="modeshape-unit-test" rev="5.4.1.Final">
<artifact name="modeshape-unit-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-unit-test', version='5.4.1.Final')
)
libraryDependencies += "org.modeshape" % "modeshape-unit-test" % "5.4.1.Final"
[org.modeshape/modeshape-unit-test "5.4.1.Final"]
Group / Artifact | Type | Version |
---|---|---|
javax.jcr : jcr | jar | 2.0 |
org.modeshape : modeshape-jcr-api | jar | 5.4.1.Final |
org.modeshape : modeshape-common | jar | 5.4.1.Final |
org.modeshape : modeshape-jcr | jar | 5.4.1.Final |
org.modeshape : modeshape-common | test-jar | 5.4.1.Final |
org.modeshape : modeshape-jcr | test-jar | 5.4.1.Final |
org.modeshape : modeshape-schematic | test-jar | 5.4.1.Final |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.mockito : mockito-core | jar | 1.10.19 |