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