Download rubygems-0.4.0.jar file - Jar r

Jar examples for r:rubygems

Description

a servlet which can run a hosted rubygems repo, or caching proxy to remote repo, or just a proxy. finally you can have a merged repo of three types.

You can download jar file rubygems 0.4.0 in this page.

License

AGPL

Build File

You can use the following script to add rubygems-0.4.0.jar to your project.

<dependency>
   <groupId>org.cloudhoist</groupId>
   <artifactId>rubygems</artifactId>
   <version>0.4.0</version>
</dependency>
compile group: 'org.cloudhoist', name: 'rubygems', version: '0.4.0'
libraryDependencies += "org.cloudhoist" % "rubygems" % "0.4.0"
<dependency org="org.cloudhoist" name="rubygems" rev="0.4.0"/>
@Grapes(@Grab(group='org.cloudhoist', module='rubygems', version='0.4.0'))
'org.cloudhoist:rubygems:jar:0.4.0'

Download

Click the following link to download the jar file.

rubygems-0.4.0-sources.jar
rubygems-0.4.0.jar
rubygems-0.4.0.pom



Related Tutorials