| License | License | 
|---|---|
| Categories | CategoriesRuby Languages | 
| GroupId | GroupIdorg.jruby | 
| ArtifactId | ArtifactIdjruby-complete | 
| Last Version | Last Version9.3.4.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJRuby Complete JRuby is the effort to recreate the Ruby (https://www.ruby-lang.org) interpreter in Java. | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| jruby-complete-9.3.4.0.pom | |
| jruby-complete-9.3.4.0.jar | 12 MB | 
| jruby-complete-9.3.4.0-sources.jar | 2 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jruby/jruby-complete/ -->
<dependency>
    <groupId>org.jruby</groupId>
    <artifactId>jruby-complete</artifactId>
    <version>9.3.4.0</version>
</dependency>// https://jarcasting.com/artifacts/org.jruby/jruby-complete/
implementation 'org.jruby:jruby-complete:9.3.4.0'// https://jarcasting.com/artifacts/org.jruby/jruby-complete/
implementation ("org.jruby:jruby-complete:9.3.4.0")'org.jruby:jruby-complete:jar:9.3.4.0'<dependency org="org.jruby" name="jruby-complete" rev="9.3.4.0">
  <artifact name="jruby-complete" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jruby', module='jruby-complete', version='9.3.4.0')
)libraryDependencies += "org.jruby" % "jruby-complete" % "9.3.4.0"[org.jruby/jruby-complete "9.3.4.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.jruby : jruby-core | jar | 9.3.4.0 | 
| org.jruby : jruby-stdlib | jar | 9.3.4.0 | 
