GroupId | GroupIdcn.vertxup |
---|---|
ArtifactId | ArtifactIdvertx-pin |
Version | Version0.8.0 |
Type | Typepom |
Filename | Size |
---|---|
vertx-pin-0.8.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.vertxup/vertx-pin/ -->
<dependency>
<groupId>cn.vertxup</groupId>
<artifactId>vertx-pin</artifactId>
<version>0.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.vertxup/vertx-pin/
implementation 'cn.vertxup:vertx-pin:0.8.0'
// https://jarcasting.com/artifacts/cn.vertxup/vertx-pin/
implementation ("cn.vertxup:vertx-pin:0.8.0")
'cn.vertxup:vertx-pin:pom:0.8.0'
<dependency org="cn.vertxup" name="vertx-pin" rev="0.8.0">
<artifact name="vertx-pin" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.vertxup', module='vertx-pin', version='0.8.0')
)
libraryDependencies += "cn.vertxup" % "vertx-pin" % "0.8.0"
[cn.vertxup/vertx-pin "0.8.0"]