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