<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-lang-js</artifactId> <version>3.5.2.CR1</version> </dependency>
implementation 'io.vertx:vertx-lang-js:3.5.2.CR1'
implementation("io.vertx:vertx-lang-js:3.5.2.CR1")
libraryDependencies += "io.vertx" % "vertx-lang-js" % "3.5.2.CR1"
@Grapes( @Grab(group='io.vertx', module='vertx-lang-js', version='3.5.2.CR1') )
<dependency org="io.vertx" name="vertx-lang-js" rev="3.5.2.CR1" />
[io.vertx/vertx-lang-js "3.5.2.CR1"]
'io.vertx:vertx-lang-js:jar:3.5.2.CR1'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-parent</artifactId> <version>12</version> </parent>
compile
|-- io.vertx:vertx-docgen
|-- io.vertx:vertx-core
|-- io.vertx:vertx-codetrans
provided
|-- io.vertx:vertx-codegen
|-- org.mvel:mvel2:2.2.8.Final
test
|-- junit:junit:4.12