is not current version
Last Version 4.0.0-milestone4

io.vertx:vertx-lang-js 3.6.0


Categories

Categories

JavaScript Languages
GroupId

GroupId

io.vertx
ArtifactId

ArtifactId

vertx-lang-js
Version

Version

3.6.0
Type

Type

jar

Download vertx-lang-js 3.6.0


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