组织ID: |
commons-jxpath |
项目ID: |
commons-jxpath |
版本: |
1.0 |
最后修改时间: |
2018-08-21 13:48:29 |
包类型: |
jar |
标题: |
JXPath |
描述: |
A package of Java utility methods for accessing and modifying object properties |
大小: |
227.56KB |
|
Maven引入代码: |
<dependency>
<groupId>commons-jxpath</groupId>
<artifactId>commons-jxpath</artifactId>
<version>1.0</version>
</dependency>
|
Gradle引入代码: |
commons-jxpath:commons-jxpath:1.0
|
下载Jar包: |
|
POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>jakarta-commons-jxpath</groupId>
<artifactId>jakarta-commons-jxpath</artifactId>
<name>JXPath</name>
<version>1.0-beta1-dev</version>
<description>A package of Java utility methods for accessing and modifying object properties</description>
<url>http://jakarta.apache.org/commons/jxpath/</url>
<issueManagement>
<url>http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMEDcomponent=JXPath</url>
</issueManagement>
<inceptionYear>2001</inceptionYear>
<mailingLists>
<mailingList>
<name>Commons Developer List</name>
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://www.mail-archive.com/commons-dev@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>
<organization>
<name>Apache Software Foundation</name>
<url>http://jakarta.apache.org/</url>
</organization>
<build>
<sourceDirectory>src/java</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>
</build>
<dependencies>
<dependency>
<version>2.1.0</version>
</dependency>
<dependency>
<version>2.2</version>
</dependency>
<dependency>
<version>3.7</version>
</dependency>
<dependency>
<version>1.4.1</version>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>default</id>
<name>Default Repository</name>
<url>file:///www/jakarta.apache.org/builds/jakarta-commons/jxpath</url>
</repository>
<site>
<id>default</id>
<name>Default Site</name>
<url>scp://jakarta.apache.org//www/jakarta.apache.org/commons/jxpath</url>
</site>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.commons.jxpath.functions.ConstructorFunction.class
org.apache.commons.jxpath.functions.MethodFunction.class
org/apache/commons/jxpath/functions/package.html
org.apache.commons.jxpath.Function.class
org.apache.commons.jxpath.ExpressionContext.class
org.apache.commons.jxpath.JXPathContext.class
org.apache.commons.jxpath.Variables.class
org.apache.commons.jxpath.Functions.class
org.apache.commons.jxpath.AbstractFactory.class
org.apache.commons.jxpath.Pointer.class
org.apache.commons.jxpath.IdentityManager.class
org.apache.commons.jxpath.KeyManager.class
org.apache.commons.jxpath.CompiledExpression.class
org.apache.commons.jxpath.BasicVariables.class
org.apache.commons.jxpath.ClassFunctions.class
org.apache.commons.jxpath.DynamicPropertyHandler.class
org.apache.commons.jxpath.FunctionLibrary.class
org.apache.commons.jxpath.JXPathBasicBeanInfo$1.class
org.apache.commons.jxpath.JXPathBasicBeanInfo.class
org.apache.commons.jxpath.JXPathBeanInfo.class
org.apache.commons.jxpath.JXPathContextFactory.class
org.apache.commons.jxpath.JXPathContextFactoryConfigurationError.class
org.apache.commons.jxpath.JXPathIntrospector.class
org.apache.commons.jxpath.PackageFunctions.class
org.apache.commons.jxpath.ri.axes.AncestorContext.class
org.apache.commons.jxpath.ri.axes.RootContext.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.ParentContext.class
org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext.class
org.apache.commons.jxpath.ri.axes.PredicateContext.class
org.apache.commons.jxpath.ri.axes.NamespaceContext.class
org.apache.commons.jxpath.ri.axes.SelfContext.class
org.apache.commons.jxpath.ri.axes.UnionContext.class
org.apache.commons.jxpath.ri.axes.AttributeContext.class
org.apache.commons.jxpath.ri.axes.SimplePathInterpreter.class
org/apache/commons/jxpath/ri/axes/package.html
org.apache.commons.jxpath.ri.EvalContext$1.class
org.apache.commons.jxpath.ri.EvalContext.class
org.apache.commons.jxpath.ri.compiler.NodeTest.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.Step.class
org.apache.commons.jxpath.ri.compiler.Constant.class
org.apache.commons.jxpath.ri.compiler.CoreFunction.class
org.apache.commons.jxpath.ri.compiler.Operation.class
org.apache.commons.jxpath.ri.compiler.CoreOperation.class
org.apache.commons.jxpath.ri.compiler.ExpressionPath.class
org.apache.commons.jxpath.ri.compiler.Path.class
org.apache.commons.jxpath.ri.compiler.ExtensionFunction.class
org.apache.commons.jxpath.ri.compiler.LocationPath.class
org.apache.commons.jxpath.ri.compiler.NodeNameTest.class
org.apache.commons.jxpath.ri.compiler.NodeTypeTest.class
org.apache.commons.jxpath.ri.compiler.ProcessingInstructionTest.class
org.apache.commons.jxpath.ri.compiler.TreeCompiler.class
org.apache.commons.jxpath.ri.compiler.VariableReference.class
org.apache.commons.jxpath.ri.compiler.NameAttributeTest.class
org/apache/commons/jxpath/ri/compiler/package.html
org.apache.commons.jxpath.ri.model.NodePointer.class
org.apache.commons.jxpath.ri.model.NodeIterator.class
org.apache.commons.jxpath.ri.model.NodePointerFactory.class
org.apache.commons.jxpath.ri.model.beans.PropertyPointer.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.PropertyOwnerPointer.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.CollectionPointer.class
org.apache.commons.jxpath.ri.model.beans.CollectionPointerFactory.class
org.apache.commons.jxpath.ri.model.beans.DynamicPointer.class
org.apache.commons.jxpath.ri.model.beans.DynamicPointerFactory.class
org.apache.commons.jxpath.ri.model.beans.DynamicPropertyPointer.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/package.html
org.apache.commons.jxpath.ri.model.VariablePointer.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/container/package.html
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/dom/package.html
org/apache/commons/jxpath/ri/model/package.html
org.apache.commons.jxpath.ri.QName.class
org.apache.commons.jxpath.ri.JXPathContextReferenceImpl$1.class
org.apache.commons.jxpath.ri.JXPathContextReferenceImpl.class
org.apache.commons.jxpath.ri.Compiler.class
org.apache.commons.jxpath.ri.JXPathContextFactoryReferenceImpl.class
org.apache.commons.jxpath.ri.Parser.class
org.apache.commons.jxpath.ri.parser.XPathParser$JJCalls.class
org.apache.commons.jxpath.ri.parser.XPathParser.class
org.apache.commons.jxpath.ri.parser.XPathParserConstants.class
org.apache.commons.jxpath.ri.parser.ParseException.class
org.apache.commons.jxpath.ri.parser.XPathParserTokenManager.class
org.apache.commons.jxpath.ri.parser.ASCII_UCodeESC_CharStream.class
org.apache.commons.jxpath.ri.parser.Token.class
org.apache.commons.jxpath.ri.parser.TokenMgrError.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
|