| 组织ID: |
org.jvnet.hudson |
| 项目ID: |
commons-jexl |
| 版本: |
1.1-hudson-20071129 |
| 最后修改时间: |
2019-10-24 20:52:08 |
| 包类型: |
jar |
| 标题: |
Commons JEXL |
| 描述: |
Jexl is an implementation of the JSTL Expression Language with extensions. |
| 相关URL: |
http://jakarta.apache.org/commons/jexl/ |
| 大小: |
134.88KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>commons-jexl</artifactId>
<version>1.1-hudson-20071129</version>
</dependency>
|
| Gradle引入代码: |
org.jvnet.hudson:commons-jexl:1.1-hudson-20071129
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jvnet.hudson</groupId>
<artifactId>commons-jexl</artifactId>
<name>Commons JEXL</name>
<version>1.1-hudson-20071129</version>
<description>Jexl is an implementation of the JSTL Expression Language with extensions.</description>
<url>http://jakarta.apache.org/commons/jexl/</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>/LICENSE.txt</url>
</license>
</licenses>
<organization>
<name>The Apache Software Foundation</name>
<url>http://jakarta.apache.org</url>
</organization>
<build>
<sourceDirectory>src/java</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties>
<org.xml.sax.driver>org.apache.xerces.parsers.SAXParser</org.xml.sax.driver>
</systemProperties>
<includes>
<include>**/*Test.java</include>
</includes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Extension-Name>org.apache.commons.jexl</Extension-Name>
<Specification-Vendor>Apache Software Foundation</Specification-Vendor>
<Specification-Version>1.0</Specification-Version>
<Implementation-Vendor>Apache Software Foundation</Implementation-Vendor>
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
<Implementation-Version>1.1</Implementation-Version>
<X-Compile-Source-JDK>${maven.compile.source}</X-Compile-Source-JDK>
<X-Compile-Target-JDK>${maven.compile.target}</X-Compile-Target-JDK>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<debug>true</debug>
<optimize>false</optimize>
<showDeprecation>true</showDeprecation>
<source>1.2</source>
<target>1.2</target>
</configuration>
</plugin>
</plugins>
<extensions>
<extension>
<groupId>org.jvnet.wagon-svn</groupId>
<artifactId>wagon-svn</artifactId>
<version>RELEASE</version>
</extension>
</extensions>
</build>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<optional>true</optional>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<uniqueVersion>false</uniqueVersion>
<id>java.net-maven2-repository</id>
<url>java-net:/maven2-repository/trunk/www/repository/</url>
</repository>
</distributionManagement>
<repositories>
<repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
<url>http://download.java.net/maven/2/</url>
</repository>
</repositories>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.apache.commons.jexl.util.AbstractExecutor.class
org.apache.commons.jexl.util.Coercion.class
org.apache.commons.jexl.util.PropertyExecutor.class
org.apache.commons.jexl.util.MapGetExecutor.class
org.apache.commons.jexl.util.ArrayListWrapper.class
org.apache.commons.jexl.util.GetExecutor.class
org.apache.commons.jexl.util.Introspector.class
org.apache.commons.jexl.util.ArrayIterator.class
org.apache.commons.jexl.util.BooleanPropertyExecutor.class
org.apache.commons.jexl.util.EnumerationIterator.class
org.apache.commons.jexl.util.introspection.MethodMap$AmbiguousException.class
org.apache.commons.jexl.util.introspection.UberspectImpl$VelGetterImpl.class
org.apache.commons.jexl.util.introspection.ClassMap$1.class
org.apache.commons.jexl.util.introspection.UberspectImpl$1.class
org.apache.commons.jexl.util.introspection.VelPropertySet.class
org.apache.commons.jexl.util.introspection.IntrospectionUtils.class
org.apache.commons.jexl.util.introspection.ClassMap$MethodCache.class
org.apache.commons.jexl.util.introspection.IntrospectorBase.class
org.apache.commons.jexl.util.introspection.VelPropertyGet.class
org.apache.commons.jexl.util.introspection.UberspectImpl.class
org.apache.commons.jexl.util.introspection.ClassMap.class
org.apache.commons.jexl.util.introspection.Introspector.class
org.apache.commons.jexl.util.introspection.UberspectLoggable.class
org.apache.commons.jexl.util.introspection.MethodMap.class
org.apache.commons.jexl.util.introspection.ClassMap$MethodCache$CacheMiss.class
org.apache.commons.jexl.util.introspection.UberspectImpl$VelSetterImpl.class
org.apache.commons.jexl.util.introspection.VelMethod.class
org.apache.commons.jexl.util.introspection.UberspectImpl$VelMethodImpl.class
org.apache.commons.jexl.util.introspection.Info.class
org.apache.commons.jexl.util.introspection.Uberspect.class
org.apache.commons.jexl.context.HashMapContext.class
org.apache.commons.jexl.JexlException.class
org.apache.commons.jexl.junit.Asserter.class
org.apache.commons.jexl.resolver.FlatResolver.class
org.apache.commons.jexl.Script.class
org.apache.commons.jexl.Expression.class
org.apache.commons.jexl.ScriptFactory.class
org.apache.commons.jexl.ExpressionImpl.class
org.apache.commons.jexl.JexlHelper.class
org.apache.commons.jexl.ExpressionFactory.class
org.apache.commons.jexl.JexlExprResolver.class
org.apache.commons.jexl.parser.ASTBitwiseComplNode.class
org.apache.commons.jexl.parser.ASTBitwiseOrNode.class
org.apache.commons.jexl.parser.ParseException.class
org.apache.commons.jexl.parser.TokenMgrError.class
org.apache.commons.jexl.parser.ASTSizeFunction.class
org.apache.commons.jexl.parser.Node.class
org.apache.commons.jexl.parser.ASTEQNode.class
org.apache.commons.jexl.parser.ASTLTNode.class
org.apache.commons.jexl.parser.ASTFloatLiteral.class
org.apache.commons.jexl.parser.ASTDivNode.class
org.apache.commons.jexl.parser.Parser.class
org.apache.commons.jexl.parser.ASTMapEntry.class
org.apache.commons.jexl.parser.ParserConstants.class
org.apache.commons.jexl.parser.ASTLENode.class
org.apache.commons.jexl.parser.Parser$LookaheadSuccess.class
org.apache.commons.jexl.parser.ASTArrayLiteral.class
org.apache.commons.jexl.parser.ASTStatementExpression.class
org.apache.commons.jexl.parser.SimpleNode.class
org.apache.commons.jexl.parser.ParserTreeConstants.class
org.apache.commons.jexl.parser.ASTAssignment.class
org.apache.commons.jexl.parser.ASTOrNode.class
org.apache.commons.jexl.parser.ASTIntegerLiteral.class
org.apache.commons.jexl.parser.Parser$JJCalls.class
org.apache.commons.jexl.parser.Parser$1.class
org.apache.commons.jexl.parser.ASTIdentifier.class
org.apache.commons.jexl.parser.Token.class
org.apache.commons.jexl.parser.ASTFalseNode.class
org.apache.commons.jexl.parser.ASTReferenceExpression.class
org.apache.commons.jexl.parser.ASTSizeMethod.class
org.apache.commons.jexl.parser.ASTBlock.class
org.apache.commons.jexl.parser.ASTNENode.class
org.apache.commons.jexl.parser.ASTStringLiteral.class
org.apache.commons.jexl.parser.ASTForeachStatement.class
org.apache.commons.jexl.parser.ASTGTNode.class
org.apache.commons.jexl.parser.ASTMapLiteral.class
org.apache.commons.jexl.parser.ASTSubtractNode.class
org.apache.commons.jexl.parser.ASTExpressionExpression.class
org.apache.commons.jexl.parser.ASTJexlScript.class
org.apache.commons.jexl.parser.ASTEmptyFunction.class
org.apache.commons.jexl.parser.ASTGENode.class
org.apache.commons.jexl.parser.ASTReference.class
org.apache.commons.jexl.parser.JJTParserState.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
commons-logging-1.0.3.jar
/commons-logging/commons-logging/1.0.3
查看commons-logging所有版本文件
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
|