| Categories |
CategoriesRuby Languages |
|---|---|
| GroupId | GroupIdorg.codehaus.mojo |
| ArtifactId | ArtifactIdjruby-stdlib |
| Last Version | Last Version1.8.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionStandard Libraries for JRuby in convenient JAR form
|
| Project Organization |
Project OrganizationCodehaus |
| Filename | Size |
|---|---|
| jruby-stdlib-1.8.5.pom | |
| jruby-stdlib-1.8.5.jar | 923 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.mojo/jruby-stdlib/ -->
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jruby-stdlib</artifactId>
<version>1.8.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.mojo/jruby-stdlib/
implementation 'org.codehaus.mojo:jruby-stdlib:1.8.5'
// https://jarcasting.com/artifacts/org.codehaus.mojo/jruby-stdlib/
implementation ("org.codehaus.mojo:jruby-stdlib:1.8.5")
'org.codehaus.mojo:jruby-stdlib:jar:1.8.5'
<dependency org="org.codehaus.mojo" name="jruby-stdlib" rev="1.8.5">
<artifact name="jruby-stdlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.mojo', module='jruby-stdlib', version='1.8.5')
)
libraryDependencies += "org.codehaus.mojo" % "jruby-stdlib" % "1.8.5"
[org.codehaus.mojo/jruby-stdlib "1.8.5"]