| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdaxis |
| ArtifactId | ArtifactIdaxis-ant |
| Last Version | Last Version1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| axis-ant-1.4.pom | |
| axis-ant-1.4.jar | 32 KB |
| axis-ant-1.4-sources.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/axis/axis-ant/ -->
<dependency>
<groupId>axis</groupId>
<artifactId>axis-ant</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/axis/axis-ant/
implementation 'axis:axis-ant:1.4'
// https://jarcasting.com/artifacts/axis/axis-ant/
implementation ("axis:axis-ant:1.4")
'axis:axis-ant:jar:1.4'
<dependency org="axis" name="axis-ant" rev="1.4">
<artifact name="axis-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='axis', module='axis-ant', version='1.4')
)
libraryDependencies += "axis" % "axis-ant" % "1.4"
[axis/axis-ant "1.4"]