Categories |
CategoriesRuby Languages |
---|---|
GroupId | GroupIdorg.jruby |
ArtifactId | ArtifactIdjruby-common |
Version | Version1.6.7.2 |
Type | Typepom |
Filename | Size |
---|---|
jruby-common-1.6.7.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jruby/jruby-common/ -->
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-common</artifactId>
<version>1.6.7.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jruby/jruby-common/
implementation 'org.jruby:jruby-common:1.6.7.2'
// https://jarcasting.com/artifacts/org.jruby/jruby-common/
implementation ("org.jruby:jruby-common:1.6.7.2")
'org.jruby:jruby-common:pom:1.6.7.2'
<dependency org="org.jruby" name="jruby-common" rev="1.6.7.2">
<artifact name="jruby-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jruby', module='jruby-common', version='1.6.7.2')
)
libraryDependencies += "org.jruby" % "jruby-common" % "1.6.7.2"
[org.jruby/jruby-common "1.6.7.2"]