is not current version
Last Version 0.2.3

de.saumya.mojo:rubygems 0.1

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.

Categories

Categories

Ruby Languages
GroupId

GroupId

de.saumya.mojo
ArtifactId

ArtifactId

rubygems
Version

Version

0.1
Type

Type

war

Download rubygems 0.1


<!-- https://jarcasting.com/artifacts/de.saumya.mojo/rubygems/ -->
<dependency>
    <groupId>de.saumya.mojo</groupId>
    <artifactId>rubygems</artifactId>
    <version>0.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/de.saumya.mojo/rubygems/
implementation 'de.saumya.mojo:rubygems:0.1'
// https://jarcasting.com/artifacts/de.saumya.mojo/rubygems/
implementation ("de.saumya.mojo:rubygems:0.1")
'de.saumya.mojo:rubygems:war:0.1'
<dependency org="de.saumya.mojo" name="rubygems" rev="0.1">
  <artifact name="rubygems" type="war" />
</dependency>
@Grapes(
@Grab(group='de.saumya.mojo', module='rubygems', version='0.1')
)
libraryDependencies += "de.saumya.mojo" % "rubygems" % "0.1"
[de.saumya.mojo/rubygems "0.1"]