is not current version
Last Version 1.3.1.final

org.vert-x:vertx-lang-jruby 1.2.3.final

vert.x - Effortless asynchronous application development for the modern web and enterprise

Categories

Categories

Ruby Languages
GroupId

GroupId

org.vert-x
ArtifactId

ArtifactId

vertx-lang-jruby
Version

Version

1.2.3.final
Type

Type

jar

Download vertx-lang-jruby 1.2.3.final


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