| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdnz.ac.waikato.modeljunit |
| ArtifactId | ArtifactIdmodeljunit-projects |
| Last Version | Last Version2.5 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| modeljunit-projects-2.5.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.modeljunit/modeljunit-projects/ -->
<dependency>
<groupId>nz.ac.waikato.modeljunit</groupId>
<artifactId>modeljunit-projects</artifactId>
<version>2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.modeljunit/modeljunit-projects/
implementation 'nz.ac.waikato.modeljunit:modeljunit-projects:2.5'
// https://jarcasting.com/artifacts/nz.ac.waikato.modeljunit/modeljunit-projects/
implementation ("nz.ac.waikato.modeljunit:modeljunit-projects:2.5")
'nz.ac.waikato.modeljunit:modeljunit-projects:pom:2.5'
<dependency org="nz.ac.waikato.modeljunit" name="modeljunit-projects" rev="2.5">
<artifact name="modeljunit-projects" type="pom" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.modeljunit', module='modeljunit-projects', version='2.5')
)
libraryDependencies += "nz.ac.waikato.modeljunit" % "modeljunit-projects" % "2.5"
[nz.ac.waikato.modeljunit/modeljunit-projects "2.5"]