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