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