License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.technbolts |
ArtifactId | ArtifactIdjunit |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
junit-1.0.1.pom | |
junit-1.0.1.jar | 19 KB |
junit-1.0.1-sources.jar | 9 KB |
junit-1.0.1-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.technbolts/junit/ -->
<dependency>
<groupId>org.technbolts</groupId>
<artifactId>junit</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.technbolts/junit/
implementation 'org.technbolts:junit:1.0.1'
// https://jarcasting.com/artifacts/org.technbolts/junit/
implementation ("org.technbolts:junit:1.0.1")
'org.technbolts:junit:jar:1.0.1'
<dependency org="org.technbolts" name="junit" rev="1.0.1">
<artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.technbolts', module='junit', version='1.0.1')
)
libraryDependencies += "org.technbolts" % "junit" % "1.0.1"
[org.technbolts/junit "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
Group / Artifact | Type | Version |
---|---|---|
org.easytesting : fest-assert | jar | 1.4 |