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