is not current version
Last Version 2.1.0-final

io.vertx:lang-jruby 2.0.0-final

Vert.x module that provides Ruby support using JRuby

Categories

Categories

Ruby Languages
GroupId

GroupId

io.vertx
ArtifactId

ArtifactId

lang-jruby
Version

Version

2.0.0-final
Type

Type

jar

Download lang-jruby 2.0.0-final


<!-- https://jarcasting.com/artifacts/io.vertx/lang-jruby/ -->
<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>lang-jruby</artifactId>
    <version>2.0.0-final</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/lang-jruby/
implementation 'io.vertx:lang-jruby:2.0.0-final'
// https://jarcasting.com/artifacts/io.vertx/lang-jruby/
implementation ("io.vertx:lang-jruby:2.0.0-final")
'io.vertx:lang-jruby:jar:2.0.0-final'
<dependency org="io.vertx" name="lang-jruby" rev="2.0.0-final">
  <artifact name="lang-jruby" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='lang-jruby', version='2.0.0-final')
)
libraryDependencies += "io.vertx" % "lang-jruby" % "2.0.0-final"
[io.vertx/lang-jruby "2.0.0-final"]