GroupId | GroupIdorg.apache.servicecomb |
---|---|
ArtifactId | ArtifactIdfoundation-vertx |
Version | Version2.5.2 |
Type | Typejar |
Filename | Size |
---|---|
foundation-vertx-2.5.2.pom | |
foundation-vertx-2.5.2.jar | 139 KB |
foundation-vertx-2.5.2-sources.jar | 106 KB |
foundation-vertx-2.5.2-javadoc.jar | 506 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/foundation-vertx/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>foundation-vertx</artifactId>
<version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/foundation-vertx/
implementation 'org.apache.servicecomb:foundation-vertx:2.5.2'
// https://jarcasting.com/artifacts/org.apache.servicecomb/foundation-vertx/
implementation ("org.apache.servicecomb:foundation-vertx:2.5.2")
'org.apache.servicecomb:foundation-vertx:jar:2.5.2'
<dependency org="org.apache.servicecomb" name="foundation-vertx" rev="2.5.2">
<artifact name="foundation-vertx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='foundation-vertx', version='2.5.2')
)
libraryDependencies += "org.apache.servicecomb" % "foundation-vertx" % "2.5.2"
[org.apache.servicecomb/foundation-vertx "2.5.2"]