Download jruby-container-0.6.1.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.6.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials