| Categories |
CategoriesJUnit Unit Testing Net |
|---|---|
| GroupId | GroupIdnet.avh4.test |
| ArtifactId | ArtifactIdjunit-nested |
| Version | Version0.0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| junit-nested-0.0.5.pom | |
| junit-nested-0.0.5.jar | 6 KB |
| junit-nested-0.0.5-sources.jar | 2 KB |
| junit-nested-0.0.5-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.avh4.test/junit-nested/ -->
<dependency>
<groupId>net.avh4.test</groupId>
<artifactId>junit-nested</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.avh4.test/junit-nested/
implementation 'net.avh4.test:junit-nested:0.0.5'
// https://jarcasting.com/artifacts/net.avh4.test/junit-nested/
implementation ("net.avh4.test:junit-nested:0.0.5")
'net.avh4.test:junit-nested:jar:0.0.5'
<dependency org="net.avh4.test" name="junit-nested" rev="0.0.5">
<artifact name="junit-nested" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.avh4.test', module='junit-nested', version='0.0.5')
)
libraryDependencies += "net.avh4.test" % "junit-nested" % "0.0.5"
[net.avh4.test/junit-nested "0.0.5"]