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