License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-lang-groovy |
Last Version | Last Version4.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVert.x Groovy Language Support
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project OrganizationEclipse |
Filename | Size |
---|---|
vertx-lang-groovy-4.3.1.pom | |
vertx-lang-groovy-4.3.1.jar | 872 KB |
vertx-lang-groovy-4.3.1-tests.jar | 22 KB |
vertx-lang-groovy-4.3.1-test-sources.jar | 16 KB |
vertx-lang-groovy-4.3.1-sources.jar | 157 KB |
vertx-lang-groovy-4.3.1-javadoc.jar | 1 MB |
vertx-lang-groovy-4.3.1-docs.zip | 401 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-lang-groovy/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-groovy</artifactId>
<version>4.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-lang-groovy/
implementation 'io.vertx:vertx-lang-groovy:4.3.1'
// https://jarcasting.com/artifacts/io.vertx/vertx-lang-groovy/
implementation ("io.vertx:vertx-lang-groovy:4.3.1")
'io.vertx:vertx-lang-groovy:jar:4.3.1'
<dependency org="io.vertx" name="vertx-lang-groovy" rev="4.3.1">
<artifact name="vertx-lang-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-lang-groovy', version='4.3.1')
)
libraryDependencies += "io.vertx" % "vertx-lang-groovy" % "4.3.1"
[io.vertx/vertx-lang-groovy "4.3.1"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | jar | |
org.apache.groovy : groovy | jar | 4.0.2 |
io.vertx : vertx-docgen Optional | jar | |
org.apache.groovy : groovy-json | jar | 4.0.2 |
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-codegen | jar | |
org.mvel : mvel2 | jar | 2.3.1.Final |
io.vertx : vertx-codegen | jar |
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-codegen | jar | |
junit : junit | jar | 4.13.1 |
io.vertx : vertx-core | test-jar | |
io.vertx : vertx-service-proxy | jar | |
io.vertx : vertx-web | jar | |
io.vertx : vertx-web-templ-freemarker | jar | |
io.vertx : vertx-service-discovery | jar | |
io.vertx : vertx-web | test-jar | |
io.vertx : vertx-web-templ-freemarker | test-jar | |
com.jayway.awaitility : awaitility | jar | 1.7.0 |
org.assertj : assertj-core | jar | 3.3.0 |