Download jruby-container-0.3.0.jar file - Jar j

Jar examples for j:jruby-container

Description

Provides an isolated Jruby Execution Container that can fetch gems to run from rubygems in an isolated folder.

You can download jar file jruby-container 0.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jruby-container-0.3.0.jar to your project.

<dependency>
   <groupId>com.bertramlabs.plugins</groupId>
   <artifactId>jruby-container</artifactId>
   <version>0.3.0</version>
</dependency>
compile group: 'com.bertramlabs.plugins', name: 'jruby-container', version: '0.3.0'
libraryDependencies += "com.bertramlabs.plugins" % "jruby-container" % "0.3.0"
<dependency org="com.bertramlabs.plugins" name="jruby-container" rev="0.3.0"/>
@Grapes(@Grab(group='com.bertramlabs.plugins', module='jruby-container', version='0.3.0'))
'com.bertramlabs.plugins:jruby-container:jar:0.3.0'

Download

Click the following link to download the jar file.

jruby-container-0.3.0-javadoc.jar
jruby-container-0.3.0-sources.jar
jruby-container-0.3.0.jar
jruby-container-0.3.0.pom



Related Tutorials