组织ID: |
org.jruby.embed |
项目ID: |
jruby-embed |
版本: |
0.1.3 |
最后修改时间: |
2019-07-12 06:27:17 |
包类型: |
jar |
标题: |
JRuby Embed |
相关URL: |
http://kenai.com/projects/jrubyembed |
大小: |
93.07KB |
|
Maven引入代码: |
<dependency>
<groupId>org.jruby.embed</groupId>
<artifactId>jruby-embed</artifactId>
<version>0.1.3</version>
</dependency>
|
Gradle引入代码: |
org.jruby.embed:jruby-embed:0.1.3
|
下载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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby.embed</groupId>
<artifactId>jruby-embed</artifactId>
<packaging>bundle</packaging>
<version>0.1.3</version>
<name>JRuby Embed</name>
<url>http://kenai.com/projects/jrubyembed</url>
<issueManagement>
<system>JIRA</system>
<url>http://kenai.com/jira/browse/JRUBY_EMBED</url>
</issueManagement>
<licenses>
<license>
<name>Common Public License - v 1.0</name>
<url>http://www-128.ibm.com/developerworks/library/os-cpl.html</url>
<distribution>repo</distribution>
</license>
<license>
<name>GNU General Public License Version 2</name>
<url>http://www.gnu.org/copyleft/gpl.html</url>
<distribution>repo</distribution>
</license>
<license>
<name>GNU Lesser General Public License Version 2.1</name>
<url>http://www.gnu.org/licenses/lgpl.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<distributionManagement>
<repository>
<id>codehaus-jruby-repository</id>
<name>JRuby Central Repository</name>
<url>dav:https://dav.codehaus.org/repository/jruby</url>
</repository>
<snapshotRepository>
<id>codehaus-jruby-snapshot-repository</id>
<name>JRuby Central Development Repository</name>
<url>dav:https://dav.codehaus.org/snapshots.repository/jruby</url>
</snapshotRepository>
<site>
<id>codehaus-jruby-site</id>
<name>JRuby Maven site</name>
<url>dav:https://dav.codehaus.org/jruby/info</url>
</site>
</distributionManagement>
<repositories>
<repository>
<id>codehaus</id>
<name>Codehaus Repository</name>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<url>http://repository.codehaus.org</url>
</repository>
<repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
<url>http://download.java.net/maven/2/</url>
<layout>default</layout>
</repository>
</repositories>
<build>
<defaultGoal>install</defaultGoal>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav</artifactId>
</extension>
</extensions>
<sourceDirectory>src</sourceDirectory>
<resources>
<resource>
<directory>src</directory>
<filtering>true</filtering>
<includes>
<include>**/*.properties</include>
<include>META-INF/**/*</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Export-Package>org.jruby.embed.*</Export-Package>
<Bundle-SymbolicName>org.jruby.embed</Bundle-SymbolicName>
<Bundle-Name>JRuby Embed</Bundle-Name>
<Bundle-Version>0.0.1.2</Bundle-Version>
</instructions>
</configuration>
</plugin>
<plugin>
<groupId>com.google.code.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<version>1.4.0</version>
<configuration>
<header>header.txt</header>
<includes>
<include>src/**/*.java</include>
<include>test/**/*.java</include>
</includes>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
<pluginRepositories>
<pluginRepository>
<id>mc-release</id>
<name>Local Maven repository of releases</name>
<url>http://mc-repo.googlecode.com/svn/maven2/releases</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
<dependencies>
<dependency>
<groupId>org.livetribe</groupId>
<artifactId>livetribe-jsr223</artifactId>
<version>2.0.5</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>bsf</groupId>
<artifactId>bsf</artifactId>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>1.4.0RC3</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/org.jruby.embed/jruby-embed/pom.properties
META-INF/maven/org.jruby.embed/jruby-embed/pom.xml
META-INF/services/javax.script.ScriptEngineFactory
org.jruby.embed.AttributeName.class
org.jruby.embed.BiVariable$Type.class
org.jruby.embed.BiVariable.class
org.jruby.embed.EmbedEvalUnit.class
org.jruby.embed.EmbedRubyInterfaceAdapter.class
org.jruby.embed.EmbedRubyObjectAdapter.class
org.jruby.embed.EmbedRubyRuntimeAdapter.class
org.jruby.embed.EvalFailedException.class
org.jruby.embed.InvokeFailedException.class
org.jruby.embed.LocalContextProvider.class
org.jruby.embed.LocalContextScope.class
org.jruby.embed.LocalVariableBehavior.class
org.jruby.embed.ParseFailedException.class
org.jruby.embed.PathType.class
org.jruby.embed.PropertyName.class
org.jruby.embed.ScriptingContainer$1.class
org.jruby.embed.ScriptingContainer.class
org/jruby/embed/bsf/BsfJRubyEngine.properties
org.jruby.embed.bsf.JRubyEngine$FunctionsGlobalVariable.class
org.jruby.embed.bsf.JRubyEngine.class
org.jruby.embed.internal.AbstractLocalContextProvider.class
org.jruby.embed.internal.BiVariableMap.class
org.jruby.embed.internal.CallMethodType.class
org.jruby.embed.internal.EmbedEvalUnitImpl.class
org.jruby.embed.internal.EmbedRubyInterfaceAdapterImpl.class
org.jruby.embed.internal.EmbedRubyObjectAdapterImpl.class
org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl$1.class
org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl.class
org.jruby.embed.internal.LocalContext.class
org.jruby.embed.internal.SingleThreadLocalContextProvider.class
org.jruby.embed.internal.SingletonLocalContextProvider.class
org.jruby.embed.internal.ThreadSafeLocalContextProvider$1.class
org.jruby.embed.internal.ThreadSafeLocalContextProvider.class
org.jruby.embed.io.ReaderInputStream.class
org.jruby.embed.io.WriterOutputStream.class
org/jruby/embed/jruby-embed.properties
org.jruby.embed.jsr223.JRubyBindings.class
org.jruby.embed.jsr223.JRubyCompiledScript.class
org.jruby.embed.jsr223.JRubyContext$Scope.class
org.jruby.embed.jsr223.JRubyContext.class
org.jruby.embed.jsr223.JRubyEngine.class
org.jruby.embed.jsr223.JRubyEngineFactory.class
org.jruby.embed.jsr223.JRubyScriptEngineManager.class
org/jruby/embed/jsr223/Jsr223JRubyEngine.properties
org.jruby.embed.jsr223.ServiceFinder.class
org.jruby.embed.jsr223.Utils.class
org.jruby.embed.util.SystemPropertyCatcher.class
org.jruby.embed.variable.AbstractVariable.class
org.jruby.embed.variable.ClassVariable.class
org.jruby.embed.variable.Constant.class
org.jruby.embed.variable.GlobalVariable.class
org.jruby.embed.variable.InstanceVariable.class
org.jruby.embed.variable.LocalGlobalVariable.class
org.jruby.embed.variable.PersistentLocalVariable.class
org.jruby.embed.variable.TransientLocalVariable.class
org.jruby.embed.variable.VariableInterceptor$1.class
org.jruby.embed.variable.VariableInterceptor.class
|
依赖Jar: |
livetribe-jsr223-2.0.5.jar
/org.livetribe/livetribe-jsr223/2.0.5
查看livetribe-jsr223所有版本文件
bsf-2.4.0.jar
/bsf/bsf/2.4.0
查看bsf所有版本文件
jruby-complete-1.4.0RC3.jar
/org.jruby/jruby-complete/1.4.0RC3
查看jruby-complete所有版本文件
|