Categories |
CategoriesRuby Languages |
---|---|
GroupId | GroupIdorg.jruby |
ArtifactId | ArtifactIdjruby-complete |
Version | Version0.9.9 |
Type | Typejar |
Filename | Size |
---|---|
jruby-complete-0.9.9.pom | |
jruby-complete-0.9.9.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jruby/jruby-complete/ -->
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.jruby/jruby-complete/
implementation 'org.jruby:jruby-complete:0.9.9'
// https://jarcasting.com/artifacts/org.jruby/jruby-complete/
implementation ("org.jruby:jruby-complete:0.9.9")
'org.jruby:jruby-complete:jar:0.9.9'
<dependency org="org.jruby" name="jruby-complete" rev="0.9.9">
<artifact name="jruby-complete" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jruby', module='jruby-complete', version='0.9.9')
)
libraryDependencies += "org.jruby" % "jruby-complete" % "0.9.9"
[org.jruby/jruby-complete "0.9.9"]