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