| License | License | 
|---|---|
| Categories | CategoriesJUnit Unit Testing | 
| GroupId | GroupIdorg.apache.isis.viewer | 
| ArtifactId | ArtifactIdjunit | 
| Last Version | Last Version0.2.0-incubating | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJUnit Viewer Root POM for core framework, the viewers, and 
        the runtime implementations.
        Defines standard build process, as well as
        standard set of 3rd party dependencies
        (eg for testing and logging frameworks). | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| junit-0.2.0-incubating.pom | |
| junit-0.2.0-incubating.jar | 23 KB | 
| junit-0.2.0-incubating-tests.jar | 55 KB | 
| junit-0.2.0-incubating-test-sources.jar | 44 KB | 
| junit-0.2.0-incubating-sources.jar | 23 KB | 
| junit-0.2.0-incubating-site.xml | 1 KB | 
| junit-0.2.0-incubating-javadoc.jar | 129 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.isis.viewer/junit/ -->
<dependency>
    <groupId>org.apache.isis.viewer</groupId>
    <artifactId>junit</artifactId>
    <version>0.2.0-incubating</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.isis.viewer/junit/
implementation 'org.apache.isis.viewer:junit:0.2.0-incubating'// https://jarcasting.com/artifacts/org.apache.isis.viewer/junit/
implementation ("org.apache.isis.viewer:junit:0.2.0-incubating")'org.apache.isis.viewer:junit:jar:0.2.0-incubating'<dependency org="org.apache.isis.viewer" name="junit" rev="0.2.0-incubating">
  <artifact name="junit" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.isis.viewer', module='junit', version='0.2.0-incubating')
)libraryDependencies += "org.apache.isis.viewer" % "junit" % "0.2.0-incubating"[org.apache.isis.viewer/junit "0.2.0-incubating"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.isis.progmodels : wrapper-metamodel | jar | 0.2.0-incubating | 
| org.apache.isis.runtimes.dflt.objectstores : dflt | jar | |
| org.apache.isis.runtimes.dflt.bytecode : identity | jar | 0.2.0-incubating | 
| org.apache.isis.runtimes.dflt.profilestores : dflt | jar | |
| org.apache.isis.security : dflt | jar | |
| org.apache.isis.progmodels : dflt | jar | |
| asm : asm | jar | 3.1 | 
| org.objenesis : objenesis | jar | 1.2 | 
| cglib : cglib-nodep | jar | 2.1_3 | 
| org.jmock : jmock | jar | 2.5.1 | 
| org.jmock : jmock-junit4 | jar | 2.5.1 | 
| org.jmock : jmock-legacy | jar | 2.5.1 | 
| junit : junit | jar | 4.10 | 
| log4j : log4j | jar | 1.2.16 | 
| com.google.guava : guava | jar | 11.0 | 
| org.hamcrest : hamcrest-library | jar | 1.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.isis.core : metamodel | test-jar | |
| org.apache.isis.runtimes.dflt : runtime | test-jar |