| License | License | 
|---|---|
| Categories | CategoriesJUnit Unit Testing Net | 
| GroupId | GroupIdnet.orfjackal.nestedjunit | 
| ArtifactId | ArtifactIdnestedjunit | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionNestedJUnit Nested contexts for JUnit to organize tests better | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| nestedjunit-1.0.0.pom | |
| nestedjunit-1.0.0.jar | 7 KB | 
| nestedjunit-1.0.0-sources.jar | 2 KB | 
| nestedjunit-1.0.0-javadoc.jar | 36 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.orfjackal.nestedjunit/nestedjunit/ -->
<dependency>
    <groupId>net.orfjackal.nestedjunit</groupId>
    <artifactId>nestedjunit</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/net.orfjackal.nestedjunit/nestedjunit/
implementation 'net.orfjackal.nestedjunit:nestedjunit:1.0.0'// https://jarcasting.com/artifacts/net.orfjackal.nestedjunit/nestedjunit/
implementation ("net.orfjackal.nestedjunit:nestedjunit:1.0.0")'net.orfjackal.nestedjunit:nestedjunit:jar:1.0.0'<dependency org="net.orfjackal.nestedjunit" name="nestedjunit" rev="1.0.0">
  <artifact name="nestedjunit" type="jar" />
</dependency>@Grapes(
@Grab(group='net.orfjackal.nestedjunit', module='nestedjunit', version='1.0.0')
)libraryDependencies += "net.orfjackal.nestedjunit" % "nestedjunit" % "1.0.0"[net.orfjackal.nestedjunit/nestedjunit "1.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11-beta-1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.hamcrest : hamcrest-library | jar | 1.3 | 
| org.mockito : mockito-all | jar | 1.9.0 |