Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdlang-js |
Version | Version1.0.0-Beta2 |
Type | Typejar |
Filename | Size |
---|---|
lang-js-1.0.0-Beta2.pom | |
lang-js-1.0.0-Beta2.jar | 56 KB |
lang-js-1.0.0-Beta2-tests.zip | 58 KB |
lang-js-1.0.0-Beta2-tests.jar | 4 KB |
lang-js-1.0.0-Beta2-sources.jar | 53 KB |
lang-js-1.0.0-Beta2-mod.zip | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/lang-js/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>lang-js</artifactId>
<version>1.0.0-Beta2</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/lang-js/
implementation 'io.vertx:lang-js:1.0.0-Beta2'
// https://jarcasting.com/artifacts/io.vertx/lang-js/
implementation ("io.vertx:lang-js:1.0.0-Beta2")
'io.vertx:lang-js:jar:1.0.0-Beta2'
<dependency org="io.vertx" name="lang-js" rev="1.0.0-Beta2">
<artifact name="lang-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='lang-js', version='1.0.0-Beta2')
)
libraryDependencies += "io.vertx" % "lang-js" % "1.0.0-Beta2"
[io.vertx/lang-js "1.0.0-Beta2"]