GroupId | GroupIdcn.vertxup |
---|---|
ArtifactId | ArtifactIdvertx-up |
Version | Version0.5.2 |
Type | Typejar |
Filename | Size |
---|---|
vertx-up-0.5.2.pom | |
vertx-up-0.5.2.jar | 767 KB |
vertx-up-0.5.2-sources.jar | 394 KB |
vertx-up-0.5.2-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.vertxup/vertx-up/ -->
<dependency>
<groupId>cn.vertxup</groupId>
<artifactId>vertx-up</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vertxup/vertx-up/
implementation 'cn.vertxup:vertx-up:0.5.2'
// https://jarcasting.com/artifacts/cn.vertxup/vertx-up/
implementation ("cn.vertxup:vertx-up:0.5.2")
'cn.vertxup:vertx-up:jar:0.5.2'
<dependency org="cn.vertxup" name="vertx-up" rev="0.5.2">
<artifact name="vertx-up" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vertxup', module='vertx-up', version='0.5.2')
)
libraryDependencies += "cn.vertxup" % "vertx-up" % "0.5.2"
[cn.vertxup/vertx-up "0.5.2"]