GroupId | GroupIdio.smallrye |
---|---|
ArtifactId | ArtifactIdsmallrye-open-api-vertx |
Version | Version2.1.20 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-open-api-vertx/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-vertx</artifactId>
<version>2.1.20</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-open-api-vertx/
implementation 'io.smallrye:smallrye-open-api-vertx:2.1.20'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-open-api-vertx/
implementation ("io.smallrye:smallrye-open-api-vertx:2.1.20")
'io.smallrye:smallrye-open-api-vertx:jar:2.1.20'
<dependency org="io.smallrye" name="smallrye-open-api-vertx" rev="2.1.20">
<artifact name="smallrye-open-api-vertx" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-open-api-vertx', version='2.1.20')
)
libraryDependencies += "io.smallrye" % "smallrye-open-api-vertx" % "2.1.20"
[io.smallrye/smallrye-open-api-vertx "2.1.20"]