is not current version
Last Version 4.0.0-milestone4

io.vertx:vertx-lang-js 3.7.1


Categories

Categories

JavaScript Languages
GroupId

GroupId

io.vertx
ArtifactId

ArtifactId

vertx-lang-js
Version

Version

3.7.1
Type

Type

jar

Download vertx-lang-js 3.7.1


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