组织ID: |
org.apache.ws.commons.axiom |
项目ID: |
axiom-impl |
版本: |
1.2.10 |
最后修改时间: |
2018-07-28 18:47:59 |
包类型: |
jar |
标题: |
Axiom Impl |
描述: |
The Axiom default implementation. |
大小: |
118.71KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-impl</artifactId>
<version>1.2.10</version>
</dependency>
|
Gradle引入代码: |
org.apache.ws.commons.axiom:axiom-impl:1.2.10
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
<version>1.2.10</version>
<relativePath>../axiom-parent/pom.xml</relativePath>
</parent>
<artifactId>axiom-impl</artifactId>
<name>Axiom Impl</name>
<packaging>bundle</packaging>
<description>The Axiom default implementation.</description>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.10/modules/axiom-impl</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.10/modules/axiom-impl</developerConnection>
<url>http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.10/modules/axiom-impl</url>
</scm>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>axiom-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-activation_1.1_spec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-javamail_1.4_spec</artifactId>
</dependency>
<dependency>
<groupId>${stax.impl.groupid}</groupId>
<artifactId>${stax.impl.artifact}</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-stax-api_1.0_spec</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>axiom-api</artifactId>
<classifier>tests</classifier>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>axiom-testutils</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>axiom-jaxen-testsuite</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<excludeDependencies>true</excludeDependencies>
<instructions>
<_nouses>true</_nouses>
<Private-Package>org.apache.axiom.*</Private-Package>
</instructions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
</plugin>
<!-- Attach a JAR with the test classes so that we can reuse them in other modules
(see http://maven.apache.org/guides/mini/guide-attached-tests.html). -->
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
META-INF/maven/org.apache.ws.commons.axiom/axiom-impl/pom.properties
META-INF/maven/org.apache.ws.commons.axiom/axiom-impl/pom.xml
OSGI-INF/metatype/metatype.xml
OSGI-INF/scr-plugin/scrinfo.xml
OSGI-INF/serviceComponents.xml
org.apache.axiom.om.impl.llom.OMAttributeImpl.class
org.apache.axiom.om.impl.llom.OMCommentImpl.class
org.apache.axiom.om.impl.llom.OMDocTypeImpl.class
org.apache.axiom.om.impl.llom.OMDocumentImpl.class
org.apache.axiom.om.impl.llom.OMElementImpl.class
org.apache.axiom.om.impl.llom.OMNamespaceImpl.class
org.apache.axiom.om.impl.llom.OMNavigator.class
org.apache.axiom.om.impl.llom.OMNodeImpl.class
org.apache.axiom.om.impl.llom.OMProcessingInstructionImpl.class
org.apache.axiom.om.impl.llom.OMSerializableImpl.class
org.apache.axiom.om.impl.llom.OMSourcedElementImpl$DeferredNamespace.class
org.apache.axiom.om.impl.llom.OMSourcedElementImpl.class
org.apache.axiom.om.impl.llom.OMStAXWrapper.class
org.apache.axiom.om.impl.llom.OMTextImpl.class
org.apache.axiom.om.impl.llom.factory.OMLinkedListImplFactory.class
org.apache.axiom.om.impl.llom.factory.OMLinkedListMetaFactory.class
org.apache.axiom.om.impl.llom.factory.OMXMLBuilderFactory.class
org.apache.axiom.om.impl.llom.util.AXIOMUtil.class
org.apache.axiom.om.impl.llom.util.NamespaceContextImpl.class
org.apache.axiom.om.impl.llom.util.XMLComparator.class
org.apache.axiom.soap.impl.llom.Checker.class
org.apache.axiom.soap.impl.llom.MURoleChecker.class
org.apache.axiom.soap.impl.llom.RoleChecker.class
org.apache.axiom.soap.impl.llom.RolePlayerChecker.class
org.apache.axiom.soap.impl.llom.SOAPBodyImpl.class
org.apache.axiom.soap.impl.llom.SOAPElement.class
org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.class
org.apache.axiom.soap.impl.llom.SOAPFaultCodeImpl.class
org.apache.axiom.soap.impl.llom.SOAPFaultDetailImpl.class
org.apache.axiom.soap.impl.llom.SOAPFaultImpl.class
org.apache.axiom.soap.impl.llom.SOAPFaultNodeImpl.class
org.apache.axiom.soap.impl.llom.SOAPFaultReasonImpl.class
org.apache.axiom.soap.impl.llom.SOAPFaultRoleImpl.class
org.apache.axiom.soap.impl.llom.SOAPFaultSubCodeImpl.class
org.apache.axiom.soap.impl.llom.SOAPFaultTextImpl.class
org.apache.axiom.soap.impl.llom.SOAPFaultValueImpl.class
org.apache.axiom.soap.impl.llom.SOAPHeaderBlockImpl.class
org.apache.axiom.soap.impl.llom.SOAPHeaderImpl$1DefaultChecker.class
org.apache.axiom.soap.impl.llom.SOAPHeaderImpl$HeaderIterator.class
org.apache.axiom.soap.impl.llom.SOAPHeaderImpl.class
org.apache.axiom.soap.impl.llom.SOAPMessageImpl.class
org.apache.axiom.soap.impl.llom.SOAPTextImpl.class
org.apache.axiom.soap.impl.llom.soap11.SOAP11BodyImpl.class
org.apache.axiom.soap.impl.llom.soap11.SOAP11Factory.class
org.apache.axiom.soap.impl.llom.soap11.SOAP11FaultCodeImpl.class
org.apache.axiom.soap.impl.llom.soap11.SOAP11FaultDetailImpl.class
org.apache.axiom.soap.impl.llom.soap11.SOAP11FaultImpl.class
org.apache.axiom.soap.impl.llom.soap11.SOAP11FaultReasonImpl.class
org.apache.axiom.soap.impl.llom.soap11.SOAP11FaultRoleImpl.class
org.apache.axiom.soap.impl.llom.soap11.SOAP11FaultSubCodeImpl.class
org.apache.axiom.soap.impl.llom.soap11.SOAP11FaultTextImpl.class
org.apache.axiom.soap.impl.llom.soap11.SOAP11FaultValueImpl.class
org.apache.axiom.soap.impl.llom.soap11.SOAP11HeaderBlockImpl.class
org.apache.axiom.soap.impl.llom.soap11.SOAP11HeaderImpl.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
axiom-api-${project.version}.jar
/${project.groupId}/axiom-api/${project.version}
查看axiom-api所有版本文件
axiom-api-${project.version}.jar
/${project.groupId}/axiom-api/${project.version}
查看axiom-api所有版本文件
xalan-2.7.1.jar
/xalan/xalan/2.7.1
查看xalan所有版本文件
axiom-testutils-${project.version}.jar
/${project.groupId}/axiom-testutils/${project.version}
查看axiom-testutils所有版本文件
axiom-jaxen-testsuite-${project.version}.jar
/${project.groupId}/axiom-jaxen-testsuite/${project.version}
查看axiom-jaxen-testsuite所有版本文件
commons-io-1.4.jar
/commons-io/commons-io/1.4
查看commons-io所有版本文件
|