Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdde.berlios.jsunit |
ArtifactId | ArtifactIdjsunit-ant |
Version | Version1.3-RC1 |
Type | Typejar |
Filename | Size |
---|---|
jsunit-ant-1.3-RC1.pom | |
jsunit-ant-1.3-RC1.jar | 8 KB |
jsunit-ant-1.3-RC1-sources.jar | 5 KB |
jsunit-ant-1.3-RC1-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.berlios.jsunit/jsunit-ant/ -->
<dependency>
<groupId>de.berlios.jsunit</groupId>
<artifactId>jsunit-ant</artifactId>
<version>1.3-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/de.berlios.jsunit/jsunit-ant/
implementation 'de.berlios.jsunit:jsunit-ant:1.3-RC1'
// https://jarcasting.com/artifacts/de.berlios.jsunit/jsunit-ant/
implementation ("de.berlios.jsunit:jsunit-ant:1.3-RC1")
'de.berlios.jsunit:jsunit-ant:jar:1.3-RC1'
<dependency org="de.berlios.jsunit" name="jsunit-ant" rev="1.3-RC1">
<artifact name="jsunit-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.berlios.jsunit', module='jsunit-ant', version='1.3-RC1')
)
libraryDependencies += "de.berlios.jsunit" % "jsunit-ant" % "1.3-RC1"
[de.berlios.jsunit/jsunit-ant "1.3-RC1"]