License |
License |
---|---|
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-rx-gen |
Version | Version4.2.2 |
Type | Typejar |
Description |
DescriptionVert.x Rx Code Generator
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project OrganizationEclipse |
Filename | Size |
---|---|
vertx-rx-gen-4.2.2.pom | |
vertx-rx-gen-4.2.2.jar | 23 KB |
vertx-rx-gen-4.2.2-tests.jar | 36 KB |
vertx-rx-gen-4.2.2-test-sources.jar | 9 KB |
vertx-rx-gen-4.2.2-sources.jar | 10 KB |
vertx-rx-gen-4.2.2-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-rx-gen/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-rx-gen</artifactId>
<version>4.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-rx-gen/
implementation 'io.vertx:vertx-rx-gen:4.2.2'
// https://jarcasting.com/artifacts/io.vertx/vertx-rx-gen/
implementation ("io.vertx:vertx-rx-gen:4.2.2")
'io.vertx:vertx-rx-gen:jar:4.2.2'
<dependency org="io.vertx" name="vertx-rx-gen" rev="4.2.2">
<artifact name="vertx-rx-gen" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-rx-gen', version='4.2.2')
)
libraryDependencies += "io.vertx" % "vertx-rx-gen" % "4.2.2"
[io.vertx/vertx-rx-gen "4.2.2"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-codegen | jar | |
io.vertx : vertx-core | jar |
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | test-jar | |
junit : junit | jar | 4.13.1 |