License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-lang-js-parent |
Last Version | Last Version4.0.0-milestone4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project OrganizationEclipse |
Filename | Size |
---|---|
vertx-lang-js-parent-4.0.0-milestone4.pom | 1 KB |
vertx-lang-js-parent-4.0.0-milestone4-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-lang-js-parent/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-js-parent</artifactId>
<version>4.0.0-milestone4</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-lang-js-parent/
implementation 'io.vertx:vertx-lang-js-parent:4.0.0-milestone4'
// https://jarcasting.com/artifacts/io.vertx/vertx-lang-js-parent/
implementation ("io.vertx:vertx-lang-js-parent:4.0.0-milestone4")
'io.vertx:vertx-lang-js-parent:jar:4.0.0-milestone4'
<dependency org="io.vertx" name="vertx-lang-js-parent" rev="4.0.0-milestone4">
<artifact name="vertx-lang-js-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-lang-js-parent', version='4.0.0-milestone4')
)
libraryDependencies += "io.vertx" % "vertx-lang-js-parent" % "4.0.0-milestone4"
[io.vertx/vertx-lang-js-parent "4.0.0-milestone4"]