Last Version

org.technbolts:junit 1.0.1

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.technbolts
ArtifactId

ArtifactId

junit
Version

Version

1.0.1
Type

Type

jar
Description

Description

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Download junit 1.0.1


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.11

test (1)

Group / Artifact Type Version
org.easytesting : fest-assert jar 1.4

Project Modules

There are no modules declared in this project.