Categories |
CategoriesRuby Languages |
---|---|
GroupId | GroupIdde.viaboxx |
ArtifactId | ArtifactIdjruby-gems-plugin-example |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJRuby Gems-in-jar plugin example
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/de.viaboxx/jruby-gems-plugin-example/ -->
<dependency>
<groupId>de.viaboxx</groupId>
<artifactId>jruby-gems-plugin-example</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.viaboxx/jruby-gems-plugin-example/
implementation 'de.viaboxx:jruby-gems-plugin-example:1.1'
// https://jarcasting.com/artifacts/de.viaboxx/jruby-gems-plugin-example/
implementation ("de.viaboxx:jruby-gems-plugin-example:1.1")
'de.viaboxx:jruby-gems-plugin-example:jar:1.1'
<dependency org="de.viaboxx" name="jruby-gems-plugin-example" rev="1.1">
<artifact name="jruby-gems-plugin-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.viaboxx', module='jruby-gems-plugin-example', version='1.1')
)
libraryDependencies += "de.viaboxx" % "jruby-gems-plugin-example" % "1.1"
[de.viaboxx/jruby-gems-plugin-example "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jruby : jruby-complete | jar | 1.6.7.2 |
de.viaboxx : gem-loader | jar | 1.1 |