| 组织ID: |
org.jboss.spec.javax.el |
| 项目ID: |
jboss-el-api_3.0_spec |
| 版本: |
1.0.7.Final |
| 最后修改时间: |
2018-08-02 13:38:02 |
| 包类型: |
jar |
| 标题: |
Expression Language 3.0 API |
| 描述: |
JSR-341 Expression Language 3.0 API |
| 大小: |
83.72KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jboss.spec.javax.el</groupId>
<artifactId>jboss-el-api_3.0_spec</artifactId>
<version>1.0.7.Final</version>
</dependency>
|
| Gradle引入代码: |
org.jboss.spec.javax.el:jboss-el-api_3.0_spec:1.0.7.Final
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<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.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>21</version>
</parent>
<groupId>org.jboss.spec.javax.el</groupId>
<artifactId>jboss-el-api_3.0_spec</artifactId>
<version>1.0.7.Final</version>
<packaging>jar</packaging>
<name>Expression Language 3.0 API</name>
<description>JSR-341 Expression Language 3.0 API</description>
<licenses>
<license>
<name>Common Development and Distribution License</name>
<url>http://repository.jboss.org/licenses/cddl.txt</url>
<distribution>repo</distribution>
</license>
<license>
<name>GNU General Public License, Version 2 with the Classpath Exception</name>
<url>http://repository.jboss.org/licenses/gpl-2.0-ce.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:jboss/jboss-el-api_spec.git</connection>
<developerConnection>scm:git:git@github.com:jboss/jboss-el-api_spec.git</developerConnection>
<url>https://github.com/jboss/jboss-el-api_spec</url>
<tag>jboss-el-api_3.0_spec-1.0.7.Final</tag>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.el-impl</artifactId>
<version>3.0.1-b08-jbossorg-1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<!-- Include LICENSE.txt in the META-INF directory -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
<id>copy-resources</id>
<phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<resources>
<resource>
<directory>${basedir}</directory>
<includes>
<include>LICENSE</include>
<include>README</include>
</includes>
</resource>
</resources>
<outputDirectory>${project.build.outputDirectory}/META-INF</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<!-- Generate the OSGi jar Manifest. -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<executions>
<execution>
<id>bundle-manifest</id>
<phase>process-classes</phase>
<goals>
<goal>manifest</goal>
</goals>
</execution>
</executions>
<configuration>
<archive>
<manifest>
<addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
</manifest>
</archive>
<instructions>
<Specification-Title>JSR-341 Expression Language API</Specification-Title>
<Specification-Vendor>Oracle</Specification-Vendor>
<Specification-Version>3.0</Specification-Version>
<!-- Set the package version to match the spec version -->
<Export-Package>
javax.el*;version=3.0
</Export-Package>
</instructions>
</configuration>
</plugin>
<!-- Add the OSGi Manifest to the main jar -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Specification-Title>JSR-341 Expression Language API</Specification-Title>
<Specification-Vendor>Oracle</Specification-Vendor>
<Specification-Version>3.0</Specification-Version>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
javax.el.ArrayELResolver.class
javax.el.CompositeELResolver$CompositeIterator.class
javax.el.CompositeELResolver.class
javax.el.ELClass.class
javax.el.ELContext.class
javax.el.ELContextEvent.class
javax.el.ELContextListener.class
javax.el.ELException.class
javax.el.ELManager.class
javax.el.ELProcessor.class
javax.el.ELResolver.class
javax.el.ELUtil$1.class
javax.el.ELUtil.class
javax.el.Expression.class
javax.el.ImportHandler.class
javax.el.MethodExpression.class
javax.el.PropertyNotFoundException.class
javax.el.StandardELContext$DefaultFunctionMapper.class
javax.el.StaticFieldELResolver.class
javax.el.Util$Wrapper.class
javax.el.VariableMapper.class
org.jboss.el.cache.BeanPropertiesCache$BeanProperty.class
org.jboss.el.cache.BeanPropertiesCache.class
META-INF/maven/org.jboss.spec.javax.el/jboss-el-api_3.0_spec/pom.xml
javax.el.BeanNameResolver.class
javax.el.MapELResolver.class
javax/el/PrivateMessages.properties
javax.el.StandardELContext$1.class
javax.el.StandardELContext$LocalBeanNameResolver.class
javax.el.Util$1.class
javax.el.Util$MethodWrapper.class
javax.el.ValueReference.class
org.jboss.el.cache.BeanPropertiesCache$BeanProperties.class
org.jboss.el.cache.BeanPropertiesCache$SoftConcurrentHashMap.class
org.jboss.el.cache.FactoryFinderCache.class
javax.el.BeanNameELResolver.class
javax.el.EvaluationListener.class
javax.el.ExpressionFactory.class
javax.el.FactoryFinder$1.class
javax.el.FactoryFinder.class
javax.el.FunctionMapper.class
javax.el.LambdaExpression.class
javax.el.MethodInfo.class
javax.el.PropertyNotWritableException.class
javax.el.StandardELContext$DefaultVariableMapper.class
javax.el.TypeConverter.class
javax.el.Util$ConstructorWrapper.class
javax.el.ValueExpression.class
META-INF/LICENSE
org.jboss.el.cache.BeanPropertiesCache$BPSoftReference.class
org.jboss.el.cache.FactoryFinderCache$CacheKey.class
META-INF/INDEX.LIST
javax.el.BeanELResolver.class
javax.el.ListELResolver.class
javax.el.MethodNotFoundException.class
javax.el.ResourceBundleELResolver.class
javax.el.StandardELContext.class
javax.el.Util$CacheKey.class
javax.el.Util$CacheValue.class
javax.el.Util.class
META-INF/README
org.jboss.el.cache.FactoryFinderCache$1.class
META-INF/maven/org.jboss.spec.javax.el/jboss-el-api_3.0_spec/pom.properties
|
| 依赖Jar: |
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
javax.el-impl-3.0.1-b08-jbossorg-1.jar
/org.glassfish/javax.el-impl/3.0.1-b08-jbossorg-1
查看javax.el-impl所有版本文件
|