License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.jamon |
ArtifactId | ArtifactIdjamon-junit |
Last Version | Last Version2.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjamon-junit
Jamon unit test support classes
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jamon-junit-2.4.1.pom | |
jamon-junit-2.4.1.jar | 6 KB |
jamon-junit-2.4.1-sources.jar | 4 KB |
jamon-junit-2.4.1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jamon/jamon-junit/ -->
<dependency>
<groupId>org.jamon</groupId>
<artifactId>jamon-junit</artifactId>
<version>2.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jamon/jamon-junit/
implementation 'org.jamon:jamon-junit:2.4.1'
// https://jarcasting.com/artifacts/org.jamon/jamon-junit/
implementation ("org.jamon:jamon-junit:2.4.1")
'org.jamon:jamon-junit:jar:2.4.1'
<dependency org="org.jamon" name="jamon-junit" rev="2.4.1">
<artifact name="jamon-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jamon', module='jamon-junit', version='2.4.1')
)
libraryDependencies += "org.jamon" % "jamon-junit" % "2.4.1"
[org.jamon/jamon-junit "2.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jamon : jamon-runtime | jar | 2.4.1 |
junit : junit | jar | 3.8.1 |