License |
License |
---|---|
GroupId | GroupIdio.smallrye.common |
ArtifactId | ArtifactIdsmallrye-common-vertx-context |
Last Version | Last Version2.0.0-RC2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSmallRye Common: Vert.x Context Utilities
A set of utility classes to ease the usage of Vert.x context locals and duplicated contexts.
|
<!-- https://jarcasting.com/artifacts/io.smallrye.common/smallrye-common-vertx-context/ -->
<dependency>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-vertx-context</artifactId>
<version>2.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.common/smallrye-common-vertx-context/
implementation 'io.smallrye.common:smallrye-common-vertx-context:2.0.0-RC2'
// https://jarcasting.com/artifacts/io.smallrye.common/smallrye-common-vertx-context/
implementation ("io.smallrye.common:smallrye-common-vertx-context:2.0.0-RC2")
'io.smallrye.common:smallrye-common-vertx-context:jar:2.0.0-RC2'
<dependency org="io.smallrye.common" name="smallrye-common-vertx-context" rev="2.0.0-RC2">
<artifact name="smallrye-common-vertx-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.common', module='smallrye-common-vertx-context', version='2.0.0-RC2')
)
libraryDependencies += "io.smallrye.common" % "smallrye-common-vertx-context" % "2.0.0-RC2"
[io.smallrye.common/smallrye-common-vertx-context "2.0.0-RC2"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | jar | 4.2.5 |
io.smallrye.common : smallrye-common-constraint | jar | 2.0.0-RC2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
io.vertx : vertx-junit5 | jar | 4.2.5 |
org.assertj : assertj-core | jar | 3.22.0 |