POM was created from deploy:deploy-file.
Here is the list of declaration for axis. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.apache.axis</groupId> <artifactId>axis</artifactId> <version>1.4</version> </dependency>
If you think this Maven repository POM file listing for axis is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table lists the most popular artifacts which are depending on axis-1.4. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Spring | spring-web 2.5 Spring Framework: Web | 140 |
Web Service | mule-transport-axis 2.0.1 A Mule transport for Soap Connectivity using Axis. | 6 |
Spring | spring-remoting 2.0.6 Spring Framework: Remoting | 6 |
Spring | spring-web 2.5.5 Spring Framework: Web | 12 |
Spring | spring 2.5.5 Spring Framework | 11 |
Spring | spring-web 2.5.4 Spring Framework: Web | 9 |
Web Service | ads-lib 1.0.0 Java client library for accessing ads APIs including AdWords, DFA, and DFP. If you want to use this library, you must also include another Maven artifact to specify which framework you would like to use it with. For example, to use AdWords with Axis, you should include the "adwords-axis... | 5 |
Security | wss4j 1.5.12 Apache WSS4J is an implementation of the Web Services Security (WS-Security) being developed at OASIS Web Services Security TC. WSS4J is a primarily a Java library that can be used to sign and verify SOAP Messages with WS-Security information. WSS4J will use Apache A... | 16 |
Security | wss4j 1.5.8 Apache WSS4J is an implementation of the Web Services Security (WS-Security) being developed at OASIS Web Services Security TC. WSS4J is a primarily a Java library that can be used to sign and verify SOAP Messages with WS-Security information. WSS4J will use Apache A... | 6 |
Spring | spring 2.5.2 Spring Framework | 8 |
Spring | spring-web 2.5.6.SEC01 Spring Framework: Web | 6 |
Spring | spring 2.5.6.SEC03 Spring Framework | 12 |
Spring | spring-web 2.5.6 Spring Framework: Web | 21 |
Spring | spring 2.5.4 Spring Framework | 8 |
Spring | spring 2.5.6 Spring Framework | 51 |
Spring | spring 2.0 Spring Framework | 11 |
Spring | spring-web 2.5.2 Spring Framework: Web | 6 |
Web Service | mule-transport-axis 2.0.0-RC1 A Mule transport for Soap Connectivity using Axis. | 5 |
Spring | spring 2.5.6.SEC01 Spring Framework | 5 |
The following packages are defined in the axis-1.4.jar
org.apache.axis org.apache.axis.attachments org.apache.axis.client org.apache.axis.client.async org.apache.axis.collections org.apache.axis.components.compiler org.apache.axis.components.encoding org.apache.axis.components.image org.apache.axis.components.jms org.apache.axis.components.logger org.apache.axis.components.net org.apache.axis.components.script org.apache.axis.components.threadpool org.apache.axis.components.uuid org.apache.axis.configuration org.apache.axis.constants org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd.providers org.apache.axis.description org.apache.axis.encoding org.apache.axis.encoding.ser org.apache.axis.encoding.ser.castor org.apache.axis.enum org.apache.axis.handlers org.apache.axis.handlers.http org.apache.axis.handlers.soap org.apache.axis.holders org.apache.axis.i18n org.apache.axis.management org.apache.axis.management.jmx org.apache.axis.message org.apache.axis.monitor org.apache.axis.providers org.apache.axis.providers.java org.apache.axis.schema org.apache.axis.security org.apache.axis.security.servlet org.apache.axis.security.simple org.apache.axis.server org.apache.axis.session org.apache.axis.soap org.apache.axis.strategies org.apache.axis.transport.http org.apache.axis.transport.java org.apache.axis.transport.jms org.apache.axis.transport.local org.apache.axis.transport.mail org.apache.axis.types org.apache.axis.utils org.apache.axis.utils.bytecode org.apache.axis.utils.cache org.apache.axis.wsdl org.apache.axis.wsdl.fromJava org.apache.axis.wsdl.gen org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.toJava
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?><project> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.axis</groupId> <artifactId>axis</artifactId> <version>1.4</version> <description>POM was created from deploy:deploy-file</description> <distributionManagement> <status>deployed</status> </distributionManagement> </project>