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