GroupId | GroupIdnl.jpoint |
---|---|
ArtifactId | ArtifactIdvertx-deploy-tools |
Version | Version1.1.17 |
Type | Typepom |
Filename | Size |
---|---|
vertx-deploy-tools-1.1.17.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.jpoint/vertx-deploy-tools/ -->
<dependency>
<groupId>nl.jpoint</groupId>
<artifactId>vertx-deploy-tools</artifactId>
<version>1.1.17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.jpoint/vertx-deploy-tools/
implementation 'nl.jpoint:vertx-deploy-tools:1.1.17'
// https://jarcasting.com/artifacts/nl.jpoint/vertx-deploy-tools/
implementation ("nl.jpoint:vertx-deploy-tools:1.1.17")
'nl.jpoint:vertx-deploy-tools:pom:1.1.17'
<dependency org="nl.jpoint" name="vertx-deploy-tools" rev="1.1.17">
<artifact name="vertx-deploy-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.jpoint', module='vertx-deploy-tools', version='1.1.17')
)
libraryDependencies += "nl.jpoint" % "vertx-deploy-tools" % "1.1.17"
[nl.jpoint/vertx-deploy-tools "1.1.17"]