is not current version
Last Version 1.3.1.final

org.vert-x:vertx-lang-rhino 1.3.0.final

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

GroupId

GroupId

org.vert-x
ArtifactId

ArtifactId

vertx-lang-rhino
Version

Version

1.3.0.final
Type

Type

jar

Download vertx-lang-rhino 1.3.0.final


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