组织ID: |
commons-jxpath |
项目ID: |
commons-jxpath |
版本: |
1.2 |
最后修改时间: |
2018-07-26 17:36:47 |
包类型: |
jar |
标题: |
JXPath |
描述: |
A package of Java utility methods for accessing and modifying object properties |
相关URL: |
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/ |
大小: |
278.42KB |
|
Maven引入代码: |
<dependency>
<groupId>commons-jxpath</groupId>
<artifactId>commons-jxpath</artifactId>
<version>1.2</version>
</dependency>
|
Gradle引入代码: |
commons-jxpath:commons-jxpath:1.2
|
下载Jar包: |
|
POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-jxpath</groupId>
<artifactId>commons-jxpath</artifactId>
<name>JXPath</name>
<version>1.2</version>
<description>A package of Java utility methods for accessing and modifying object properties</description>
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
<issueManagement>
<url>http://issues.apache.org/bugzilla/</url>
</issueManagement>
<ciManagement>
<notifiers>
<notifier>
<configuration>
<address>commons-dev@jakarta.apache.org</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>
<inceptionYear>2001</inceptionYear>
<mailingLists>
<mailingList>
<name>Commons Dev List</name>
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
</mailingList>
<mailingList>
<name>Commons User List</name>
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<id>dmitri</id>
<name>Dmitri Plotnikov</name>
<email>dmitri@apache.org</email>
<organization></organization>
</developer>
<developer>
<id>craigmcc</id>
<name>Craig McClanahan</name>
<email>Craig.McClanahan@eng.sun.com</email>
<organization>Sun Microsystems</organization>
</developer>
</developers>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>/LICENSE.txt</url>
</license>
</licenses>
<scm>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
<url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
</scm>
<organization>
<name>The Apache Software Foundation</name>
<url>http://jakarta.apache.org</url>
</organization>
<build>
<sourceDirectory>src/java</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>
<testResources>
<testResource>
<directory>${pom.build.unitTestSourceDirectory}</directory>
<includes>
<include>**/*.xml</include>
</includes>
</testResource>
</testResources>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/*Test.java</include>
</includes>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>xerces</groupId>
<artifactId>xerces</artifactId>
<version>1.2.3</version>
</dependency>
<dependency>
<groupId>servletapi</groupId>
<artifactId>servletapi</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8</version>
</dependency>
<dependency>
<groupId>ant</groupId>
<artifactId>ant-optional</artifactId>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
<version>b9</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>2.0</version>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>default</id>
<name>Default Repository</name>
<url>file:///www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</url>
</repository>
<site>
<id>default</id>
<name>Default Site</name>
<url>scp://jakarta.apache.org//www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
</site>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.commons.jxpath.AbstractFactory.class
org.apache.commons.jxpath.BasicNodeSet.class
org.apache.commons.jxpath.BasicVariables.class
org.apache.commons.jxpath.ClassFunctions.class
org.apache.commons.jxpath.CompiledExpression.class
org.apache.commons.jxpath.Container.class
org.apache.commons.jxpath.DynamicPropertyHandler.class
org.apache.commons.jxpath.ExpressionContext.class
org.apache.commons.jxpath.Function.class
org.apache.commons.jxpath.FunctionLibrary.class
org.apache.commons.jxpath.functions.ConstructorFunction.class
org.apache.commons.jxpath.functions.MethodFunction.class
org.apache.commons.jxpath.Functions.class
org.apache.commons.jxpath.IdentityManager.class
org.apache.commons.jxpath.JXPathBasicBeanInfo$1.class
org.apache.commons.jxpath.JXPathBasicBeanInfo.class
org.apache.commons.jxpath.JXPathBeanInfo.class
org.apache.commons.jxpath.JXPathContext.class
org.apache.commons.jxpath.JXPathContextFactory.class
org.apache.commons.jxpath.JXPathContextFactoryConfigurationError.class
org.apache.commons.jxpath.JXPathException.class
org.apache.commons.jxpath.JXPathIntrospector.class
org.apache.commons.jxpath.KeyManager.class
org.apache.commons.jxpath.MapDynamicPropertyHandler.class
org.apache.commons.jxpath.NodeSet.class
org.apache.commons.jxpath.PackageFunctions.class
org.apache.commons.jxpath.Pointer.class
org.apache.commons.jxpath.ri.axes.AncestorContext.class
org.apache.commons.jxpath.ri.axes.AttributeContext.class
org.apache.commons.jxpath.ri.axes.ChildContext.class
org.apache.commons.jxpath.ri.axes.DescendantContext.class
org.apache.commons.jxpath.ri.axes.InitialContext.class
org.apache.commons.jxpath.ri.axes.NamespaceContext.class
org.apache.commons.jxpath.ri.axes.NodeSetContext.class
org.apache.commons.jxpath.ri.axes.ParentContext.class
org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext.class
org.apache.commons.jxpath.ri.axes.PredicateContext.class
org.apache.commons.jxpath.ri.axes.RootContext.class
org.apache.commons.jxpath.ri.axes.SelfContext.class
org.apache.commons.jxpath.ri.axes.SimplePathInterpreter.class
org.apache.commons.jxpath.ri.axes.UnionContext.class
org.apache.commons.jxpath.ri.compiler.Constant.class
org.apache.commons.jxpath.ri.compiler.CoreFunction.class
org.apache.commons.jxpath.ri.compiler.CoreOperation.class
org.apache.commons.jxpath.ri.compiler.CoreOperationAdd.class
org.apache.commons.jxpath.ri.compiler.CoreOperationAnd.class
org.apache.commons.jxpath.ri.compiler.CoreOperationCompare.class
org.apache.commons.jxpath.ri.compiler.CoreOperationDivide.class
org.apache.commons.jxpath.ri.compiler.CoreOperationEqual.class
org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThan.class
org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThanOrEqual.class
org.apache.commons.jxpath.ri.compiler.CoreOperationLessThan.class
org.apache.commons.jxpath.ri.compiler.CoreOperationLessThanOrEqual.class
org.apache.commons.jxpath.ri.compiler.CoreOperationMod.class
org.apache.commons.jxpath.ri.compiler.CoreOperationMultiply.class
org.apache.commons.jxpath.ri.compiler.CoreOperationNegate.class
org.apache.commons.jxpath.ri.compiler.CoreOperationNotEqual.class
org.apache.commons.jxpath.ri.compiler.CoreOperationOr.class
org.apache.commons.jxpath.ri.compiler.CoreOperationSubtract.class
org.apache.commons.jxpath.ri.compiler.CoreOperationUnion.class
org.apache.commons.jxpath.ri.compiler.Expression$PointerIterator.class
org.apache.commons.jxpath.ri.compiler.Expression$ValueIterator.class
org.apache.commons.jxpath.ri.compiler.Expression.class
org.apache.commons.jxpath.ri.compiler.ExpressionPath.class
org.apache.commons.jxpath.ri.compiler.ExtensionFunction.class
org.apache.commons.jxpath.ri.compiler.LocationPath.class
org.apache.commons.jxpath.ri.compiler.NameAttributeTest.class
org.apache.commons.jxpath.ri.compiler.NodeNameTest.class
org.apache.commons.jxpath.ri.compiler.NodeTest.class
org.apache.commons.jxpath.ri.compiler.NodeTypeTest.class
org.apache.commons.jxpath.ri.compiler.Operation.class
org.apache.commons.jxpath.ri.compiler.Path.class
org.apache.commons.jxpath.ri.compiler.ProcessingInstructionTest.class
org.apache.commons.jxpath.ri.compiler.Step.class
org.apache.commons.jxpath.ri.compiler.TreeCompiler.class
org.apache.commons.jxpath.ri.compiler.VariableReference.class
org.apache.commons.jxpath.ri.Compiler.class
org.apache.commons.jxpath.ri.EvalContext$1.class
org.apache.commons.jxpath.ri.EvalContext.class
org.apache.commons.jxpath.ri.InfoSetUtil.class
org.apache.commons.jxpath.ri.JXPathCompiledExpression.class
org.apache.commons.jxpath.ri.JXPathContextFactoryReferenceImpl.class
org.apache.commons.jxpath.ri.JXPathContextReferenceImpl$1.class
org.apache.commons.jxpath.ri.JXPathContextReferenceImpl.class
org.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator.class
org.apache.commons.jxpath.ri.model.beans.BeanPointer.class
org.apache.commons.jxpath.ri.model.beans.BeanPointerFactory.class
org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer.class
org.apache.commons.jxpath.ri.model.beans.CollectionAttributeNodeIterator.class
org.apache.commons.jxpath.ri.model.beans.CollectionChildNodeIterator.class
org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator.class
org.apache.commons.jxpath.ri.model.beans.CollectionPointer.class
org.apache.commons.jxpath.ri.model.beans.CollectionPointerFactory.class
org.apache.commons.jxpath.ri.model.beans.LangAttributePointer.class
org.apache.commons.jxpath.ri.model.beans.NullElementPointer.class
org.apache.commons.jxpath.ri.model.beans.NullPointer.class
org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer.class
org.apache.commons.jxpath.ri.model.beans.PropertyIterator.class
org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer.class
org.apache.commons.jxpath.ri.model.beans.PropertyPointer.class
org.apache.commons.jxpath.ri.model.container.ContainerPointer.class
org.apache.commons.jxpath.ri.model.container.ContainerPointerFactory.class
org.apache.commons.jxpath.ri.model.dom.DOMAttributeIterator.class
org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer.class
org.apache.commons.jxpath.ri.model.dom.DOMNamespaceIterator.class
org.apache.commons.jxpath.ri.model.dom.DOMNodeIterator.class
org.apache.commons.jxpath.ri.model.dom.DOMNodePointer.class
org.apache.commons.jxpath.ri.model.dom.DOMPointerFactory.class
org.apache.commons.jxpath.ri.model.dom.NamespacePointer.class
org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer.class
org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointerFactory.class
org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer.class
org.apache.commons.jxpath.ri.model.dynamic.DynamicAttributeIterator.class
org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer.class
org.apache.commons.jxpath.ri.model.dynamic.DynamicPointerFactory.class
org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyIterator.class
org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer.class
org.apache.commons.jxpath.ri.model.jdom.JDOMAttributeIterator.class
org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer.class
org.apache.commons.jxpath.ri.model.jdom.JDOMNamespaceIterator.class
org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer.class
org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator.class
org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer.class
org.apache.commons.jxpath.ri.model.jdom.JDOMPointerFactory.class
org.apache.commons.jxpath.ri.model.NodeIterator.class
org.apache.commons.jxpath.ri.model.NodePointer.class
org.apache.commons.jxpath.ri.model.NodePointerFactory.class
org.apache.commons.jxpath.ri.model.VariablePointer$1.class
org.apache.commons.jxpath.ri.model.VariablePointer.class
org.apache.commons.jxpath.ri.NamespaceResolver.class
org.apache.commons.jxpath.ri.parser.ParseException.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
xerces-1.2.3.jar
/xerces/xerces/1.2.3
查看xerces所有版本文件
servletapi-2.2.jar
/servletapi/servletapi/2.2
查看servletapi所有版本文件
junit-3.8.jar
/junit/junit/3.8
查看junit所有版本文件
ant-optional-1.5.1.jar
/ant/ant-optional/1.5.1
查看ant-optional所有版本文件
xml-apis-2.0.2.jar
/xml-apis/xml-apis/2.0.2
查看xml-apis所有版本文件
jdom-b9.jar
/jdom/jdom/b9
查看jdom所有版本文件
commons-beanutils-1.4.jar
/commons-beanutils/commons-beanutils/1.4
查看commons-beanutils所有版本文件
commons-logging-1.0.jar
/commons-logging/commons-logging/1.0
查看commons-logging所有版本文件
commons-collections-2.0.jar
/commons-collections/commons-collections/2.0
查看commons-collections所有版本文件
|