| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdde.berlios.jsunit |
| ArtifactId | ArtifactIdjsunit-ant |
| Last Version | Last Version1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJsUnit Ant Task
Project to build the JsUnit Ant Task.
|
| Project Organization |
Project OrganizationJoerg Schaible |
| Filename | Size |
|---|---|
| jsunit-ant-1.3.pom | |
| jsunit-ant-1.3.jar | 8 KB |
| jsunit-ant-1.3-sources.jar | 5 KB |
| jsunit-ant-1.3-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</version>
</dependency>
// https://jarcasting.com/artifacts/de.berlios.jsunit/jsunit-ant/
implementation 'de.berlios.jsunit:jsunit-ant:1.3'
// https://jarcasting.com/artifacts/de.berlios.jsunit/jsunit-ant/
implementation ("de.berlios.jsunit:jsunit-ant:1.3")
'de.berlios.jsunit:jsunit-ant:jar:1.3'
<dependency org="de.berlios.jsunit" name="jsunit-ant" rev="1.3">
<artifact name="jsunit-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.berlios.jsunit', module='jsunit-ant', version='1.3')
)
libraryDependencies += "de.berlios.jsunit" % "jsunit-ant" % "1.3"
[de.berlios.jsunit/jsunit-ant "1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| de.berlios.jsunit : jsunit | jar | 1.3 |
| rhino : js | jar | 1.5R4.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| ant : ant | jar | 1.6.5 |
| ant : ant-junit | jar | 1.6.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| jmock : jmock | jar | 1.1.0 |
| commons-io : commons-io | jar | 1.2 |