| 组织ID: |
org.apache.cxf |
| 项目ID: |
cxf-common-utilities |
| 版本: |
2.2.5 |
| 最后修改时间: |
2018-07-26 10:26:31 |
| 包类型: |
jar |
| 标题: |
Apache CXF Common Utilities |
| 大小: |
288.13KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
<version>2.2.5</version>
</dependency>
|
| Gradle引入代码: |
org.apache.cxf:cxf-common-utilities:2.2.5
|
| 下载Jar包: |
|
| POM文件内容: |
<!--
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>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
<packaging>jar</packaging>
<version>2.2.5</version>
<name>Apache CXF Common Utilities</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>2.2.5</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-annotation_1.0_spec</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jaxws_2.1_spec</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-stax-api_1.0_spec</artifactId>
</dependency>
<dependency>
<groupId>wsdl4j</groupId>
<artifactId>wsdl4j</artifactId>
</dependency>
<dependency>
<groupId>org.apache.ws.commons.schema</groupId>
<artifactId>XmlSchema</artifactId>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>${spring.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>${stax.impl.groupId}</groupId>
<artifactId>${stax.impl.artifactId}</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.xml.soap</groupId>
<artifactId>saaj-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${saaj.impl.groupId}</groupId>
<artifactId>${saaj.impl.artifactId}</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<!-- this is probably not quite what we want in terms of the behavior of the other tests
than the schema surgery test. -->
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<id>ibmjdk</id>
<activation>
<property>
<name>java.vendor</name>
<value>IBM Corporation</value>
</property>
</activation>
<dependencies>
<dependency>
<groupId>com.sun.xml.parsers</groupId>
<artifactId>jaxp-ri</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
</profiles>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.apache.cxf.helpers.NSDecl.class
org.apache.cxf.helpers.ServiceUtils.class
org.apache.cxf.helpers.FileUtils.class
org.apache.cxf.helpers.XPathUtils.class
org.apache.cxf.helpers.NSStack.class
org.apache.cxf.helpers.IOUtils.class
org.apache.cxf.helpers.NodeUtils.class
org.apache.cxf.helpers.MapNamespaceContext.class
org.apache.cxf.helpers.DOMUtils.class
org.apache.cxf.helpers.WSDLHelper.class
org.apache.cxf.helpers.DOMUtils$NullResolver.class
org.apache.cxf.helpers.HttpHeaderHelper.class
org.apache.cxf.helpers.FileUtils$1.class
org.apache.cxf.helpers.JavaUtils.class
org.apache.cxf.helpers.LoadingByteArrayOutputStream$1.class
org.apache.cxf.helpers.XMLUtils.class
org.apache.cxf.helpers.CastUtils.class
org/apache/cxf/helpers/Messages.properties
org.apache.cxf.helpers.LoadingByteArrayOutputStream.class
org.apache.cxf.helpers.MethodComparator.class
org.apache.cxf.event.ComponentEventFilter.class
org.apache.cxf.event.EventProcessor.class
org.apache.cxf.event.EventListener.class
org.apache.cxf.event.EventCache.class
org.apache.cxf.event.EventFilter.class
org.apache.cxf.event.Event.class
org.apache.cxf.common.i18n.Message.class
org.apache.cxf.common.i18n.UncheckedException.class
org.apache.cxf.common.i18n.Exception.class
org.apache.cxf.common.i18n.BundleUtils.class
org.apache.cxf.common.xmlschema.InvalidXmlSchemaReferenceException.class
org.apache.cxf.common.xmlschema.XmlSchemaConstants.class
org.apache.cxf.common.xmlschema.XmlSchemaUtils.class
org.apache.cxf.common.xmlschema.XmlSchemaInvalidOperation.class
org.apache.cxf.common.xmlschema.XmlSchemaValidationManager.class
org/apache/cxf/common/xmlschema/Messages.properties
org.apache.cxf.common.xmlschema.SchemaCollection.class
org.apache.cxf.common.xmlschema.UnsupportedConstruct.class
org/apache/cxf/common/commands/Message.properties
org.apache.cxf.common.commands.ForkedCommand.class
org.apache.cxf.common.commands.ForkedCommandException.class
org.apache.cxf.common.commands.ResultBufferedCommand.class
org.apache.cxf.common.commands.ForkedCommandStreamHandler.class
org.apache.cxf.common.commands.JavaHelper.class
org.apache.cxf.common.logging.LogUtils.class
org.apache.cxf.common.logging.Log4jLogger.class
org.apache.cxf.common.logging.AbstractDelegatingLogger.class
org.apache.cxf.common.logging.Log4jLogger$HandlerWrapper.class
org.apache.cxf.common.WSDLConstants$WSDLVersion.class
org.apache.cxf.common.classloader.ClassLoaderUtils$1.class
org.apache.cxf.common.classloader.ClassLoaderUtils.class
org.apache.cxf.common.classloader.FireWallClassLoader.class
org.apache.cxf.common.util.SortedArraySet.class
org.apache.cxf.common.util.ClassReader.class
org.apache.cxf.common.util.PrimitiveUtils.class
org.apache.cxf.common.util.SpringAopClassHelper.class
org.apache.cxf.common.util.WeakIdentityHashMap.class
org.apache.cxf.common.util.Compiler.class
org.apache.cxf.common.util.SystemUtils.class
org.apache.cxf.common.util.CachedClass.class
org.apache.cxf.common.util.ReflectionInvokationHandler.class
org.apache.cxf.common.util.ASMHelper.class
org.apache.cxf.common.util.ReflectionInvokationHandler$WrapperIterator.class
org.apache.cxf.common.util.StringUtils.class
org.apache.cxf.common.util.CglibProxyHelper$1.class
org.apache.cxf.common.util.ReflectionUtil.class
org.apache.cxf.common.util.ClassReader$NameAndType.class
org.apache.cxf.common.util.ProxyHelper.class
org.apache.cxf.common.util.PropertiesLoaderUtils.class
org.apache.cxf.common.util.UrlUtils.class
org.apache.cxf.common.util.SortedArraySet$SASIterator.class
org.apache.cxf.common.util.ClassHelper.class
org.apache.cxf.common.util.CglibProxyHelper.class
org.apache.cxf.common.util.PackageUtils.class
org.apache.cxf.common.util.WeakIdentityHashMap$1.class
org.apache.cxf.common.util.Base64Exception.class
org.apache.cxf.common.util.ASMHelper$TypeHelperClassLoader.class
org.apache.cxf.common.util.JarResource.class
org.apache.cxf.common.util.SOAPConstants.class
org.apache.cxf.common.util.CacheMap.class
org.apache.cxf.common.util.XMLSchemaQNames.class
org.apache.cxf.common.util.ParamReader.class
org.apache.cxf.common.util.AbstractTwoStageCache.class
org.apache.cxf.common.util.ModCountCopyOnWriteArrayList.class
org.apache.cxf.common.util.ReflectionInvokationHandler$WrapReturn.class
org.apache.cxf.common.util.WeakIdentityHashMap$IdentityWeakReference.class
org.apache.cxf.common.util.CollectionUtils.class
org/apache/cxf/common/util/Messages.properties
org.apache.cxf.common.util.Base64Utility.class
org.apache.cxf.common.util.StreamPrinter.class
org.apache.cxf.common.util.TwoStageMap.class
org.apache.cxf.common.util.XmlSchemaPrimitiveUtils.class
org.apache.cxf.common.util.ParamReader$MethodInfo.class
org.apache.cxf.common.injection.ResourceInjector.class
org/apache/cxf/common/injection/Messages.properties
org.apache.cxf.common.WSDLConstants.class
org.apache.cxf.common.annotation.AnnotationProcessor.class
org.apache.cxf.common.annotation.AnnotationVisitor.class
org/apache/cxf/common/annotation/Messages.properties
org.apache.cxf.common.annotation.AbstractAnnotationVisitor.class
org.apache.cxf.resource.ObjectTypeResolver.class
org.apache.cxf.resource.ClasspathResolver.class
org.apache.cxf.resource.ResourceManager.class
org.apache.cxf.resource.DefaultResourceManager.class
org.apache.cxf.resource.ExtendedURIResolver.class
org.apache.cxf.resource.PropertiesResolver.class
org.apache.cxf.resource.ResourceResolver.class
org.apache.cxf.resource.ClassLoaderResolver.class
org.apache.cxf.resource.URIResolver.class
org.apache.cxf.resource.SinglePropertyResolver.class
org/apache/cxf/resource/Messages.properties
org.apache.cxf.configuration.spring.AbstractSpringBeanMap.class
org.apache.cxf.configuration.spring.StringBeanDefinitionParser.class
org.apache.cxf.configuration.spring.BeanConstants.class
org.apache.cxf.configuration.spring.AbstractSpringBeanMap$Entry.class
org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser.class
org.apache.cxf.configuration.spring.JAXBBeanFactory.class
org.apache.cxf.configuration.spring.BusWiringType.class
org.apache.cxf.configuration.spring.SpringBeanMap.class
org.apache.cxf.configuration.spring.SimpleBeanDefinitionParser.class
org.apache.cxf.configuration.spring.AbstractFactoryBeanDefinitionParser.class
org.apache.cxf.configuration.spring.AbstractSpringBeanMap$1.class
org.apache.cxf.configuration.spring.MapProvider.class
org.apache.cxf.configuration.spring.AbstractSpringBeanMap$SpringBeanMapWrapper.class
org.apache.cxf.configuration.spring.SpringBeanQNameMap.class
org.apache.cxf.configuration.ConfigurationException.class
org/apache/cxf/version/version.properties
org.apache.cxf.version.Version.class
org.apache.cxf.jaxb.NamespaceMapper.class
org.apache.cxf.jaxb.JAXBUtils$1.class
org.apache.cxf.jaxb.JAXBToStringBuilder.class
org.apache.cxf.jaxb.JAXBUtils$JPackage.class
org.apache.cxf.jaxb.JAXBUtils$SchemaCompiler.class
org.apache.cxf.jaxb.JAXBUtils.class
org.apache.cxf.jaxb.JAXBUtils$BridgeWrapper.class
org.apache.cxf.jaxb.JAXBToStringStyleImpl.class
org.apache.cxf.jaxb.JAXBBeanInfo.class
org.apache.cxf.jaxb.JAXBUtils$Options.class
org/apache/cxf/jaxb/CommonUtilityMessages.properties
org.apache.cxf.jaxb.JAXBUtils$IdentifierType.class
org.apache.cxf.jaxb.JAXBUtils$Mapping.class
org.apache.cxf.jaxb.DatatypeFactory.class
org.apache.cxf.jaxb.JAXBToStringStyle.class
org.apache.cxf.jaxb.JAXBUtils$JCodeModel.class
org.apache.cxf.jaxb.JAXBUtils$JType.class
org.apache.cxf.jaxb.JAXBUtils$JDefinedClass.class
org.apache.cxf.jaxb.JAXBContextProxy.class
org.apache.cxf.jaxb.JAXBUtils$S2JJAXBModel.class
org.apache.cxf.jaxb.JAXBUtils$TypeAndAnnotation.class
org.apache.cxf.management.InstrumentationManager.class
org.apache.cxf.management.ManagementConstants.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
log4j-1.2.14.jar
/log4j/log4j/1.2.14
查看log4j所有版本文件
spring-aop-${spring.version}.jar
/org.springframework/spring-aop/${spring.version}
查看spring-aop所有版本文件
|