Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-lang-js |
Version | Version3.0.0-milestone2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-lang-js/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-js</artifactId>
<version>3.0.0-milestone2</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-lang-js/
implementation 'io.vertx:vertx-lang-js:3.0.0-milestone2'
// https://jarcasting.com/artifacts/io.vertx/vertx-lang-js/
implementation ("io.vertx:vertx-lang-js:3.0.0-milestone2")
'io.vertx:vertx-lang-js:jar:3.0.0-milestone2'
<dependency org="io.vertx" name="vertx-lang-js" rev="3.0.0-milestone2">
<artifact name="vertx-lang-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-lang-js', version='3.0.0-milestone2')
)
libraryDependencies += "io.vertx" % "vertx-lang-js" % "3.0.0-milestone2"
[io.vertx/vertx-lang-js "3.0.0-milestone2"]