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