License |
License |
---|---|
Categories |
CategoriesRuby Languages |
GroupId | GroupIdorg.jruby |
ArtifactId | ArtifactIdjruby-common |
Version | Version1.7.4 |
Type | Typepom |
Description |
DescriptionJRuby Common
A 1.9.3 compatible Ruby interpreter for the JVM
|
Filename | Size |
---|---|
jruby-common-1.7.4.pom | 765 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jruby/jruby-common/ -->
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-common</artifactId>
<version>1.7.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jruby/jruby-common/
implementation 'org.jruby:jruby-common:1.7.4'
// https://jarcasting.com/artifacts/org.jruby/jruby-common/
implementation ("org.jruby:jruby-common:1.7.4")
'org.jruby:jruby-common:pom:1.7.4'
<dependency org="org.jruby" name="jruby-common" rev="1.7.4">
<artifact name="jruby-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jruby', module='jruby-common', version='1.7.4')
)
libraryDependencies += "org.jruby" % "jruby-common" % "1.7.4"
[org.jruby/jruby-common "1.7.4"]
Group / Artifact | Type | Version |
---|---|---|
bsf : bsf | jar | 2.3.0 |
org.apache.ant : ant | jar | 1.7.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |