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