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