Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-lang-js-gen |
Version | Version3.9.8 |
Type | Typejar |
Filename | Size |
---|---|
vertx-lang-js-gen-3.9.8.pom | |
vertx-lang-js-gen-3.9.8.jar | 111 KB |
vertx-lang-js-gen-3.9.8-tests.jar | 45 KB |
vertx-lang-js-gen-3.9.8-test-sources.jar | 36 KB |
vertx-lang-js-gen-3.9.8-sources.jar | 91 KB |
vertx-lang-js-gen-3.9.8-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-lang-js-gen/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-js-gen</artifactId>
<version>3.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-lang-js-gen/
implementation 'io.vertx:vertx-lang-js-gen:3.9.8'
// https://jarcasting.com/artifacts/io.vertx/vertx-lang-js-gen/
implementation ("io.vertx:vertx-lang-js-gen:3.9.8")
'io.vertx:vertx-lang-js-gen:jar:3.9.8'
<dependency org="io.vertx" name="vertx-lang-js-gen" rev="3.9.8">
<artifact name="vertx-lang-js-gen" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-lang-js-gen', version='3.9.8')
)
libraryDependencies += "io.vertx" % "vertx-lang-js-gen" % "3.9.8"
[io.vertx/vertx-lang-js-gen "3.9.8"]