组织ID: |
org.livetribe |
项目ID: |
livetribe-jsr223 |
版本: |
2.0.7 |
最后修改时间: |
2018-08-01 10:50:12 |
包类型: |
jar |
标题: |
LiveTribe :: JSR 223 |
大小: |
15.41KB |
|
Maven引入代码: |
<dependency>
<groupId>org.livetribe</groupId>
<artifactId>livetribe-jsr223</artifactId>
<version>2.0.7</version>
</dependency>
|
Gradle引入代码: |
org.livetribe:livetribe-jsr223:2.0.7
|
下载Jar包: |
|
POM文件内容: |
<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">
<parent>
<groupId>org.livetribe</groupId>
<artifactId>livetribe</artifactId>
<version>7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.livetribe</groupId>
<artifactId>livetribe-jsr223</artifactId>
<version>2.0.7</version>
<name>LiveTribe :: JSR 223</name>
<packaging>bundle</packaging>
<build>
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>1.4.3</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Name>${project.artifactId}</Bundle-Name>
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}_1.0_spec</Bundle-SymbolicName>
<Bundle-Description>LiveTribe :: JSR 223</Bundle-Description>
<Export-Package>!META-INF*,javax.script.*;version=1.0</Export-Package>
<Import-Package></Import-Package>
<Private-Package></Private-Package>
<Implementation-Title>LiveTribe :: JSR 223</Implementation-Title>
<Implementation-Version>${project.version}</Implementation-Version>
</instructions>
</configuration>
<executions>
<execution>
<id>bundle-manifest</id>
<phase>process-classes</phase>
<goals>
<goal>manifest</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>codehaus</id>
<name>CodeHaus Repository</name>
<url>http://repository.codehaus.org</url>
</repository>
<repository>
<id>codehaus.snapshots</id>
<name>CodeHaus Snapshots Repository</name>
<url>http://snapshots.repository.codehaus.org</url>
</repository>
</repositories>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/org.livetribe/livetribe-jsr223/pom.properties
META-INF/maven/org.livetribe/livetribe-jsr223/pom.xml
javax.script.AbstractScriptEngine.class
javax.script.Bindings.class
javax.script.Compilable.class
javax.script.CompiledScript.class
javax.script.Invocable.class
javax.script.ScriptContext.class
javax.script.ScriptEngine.class
javax.script.ScriptEngineFactory.class
javax.script.ScriptEngineInfo.class
javax.script.ScriptEngineManager.class
javax.script.ScriptException.class
javax.script.SimpleBindings.class
javax.script.SimpleScriptContext.class
|
依赖Jar: |
junit-4.5.jar
/junit/junit/4.5
查看junit所有版本文件
|