GroupId | GroupIdnl.jpoint.vertx-deploy-tools |
---|---|
ArtifactId | ArtifactIdvertx-deploy |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
vertx-deploy-3.0.1.pom | |
vertx-deploy-3.0.1.jar | 117 KB |
vertx-deploy-3.0.1-sources.jar | 53 KB |
vertx-deploy-3.0.1-javadoc.jar | 280 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.jpoint.vertx-deploy-tools/vertx-deploy/ -->
<dependency>
<groupId>nl.jpoint.vertx-deploy-tools</groupId>
<artifactId>vertx-deploy</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/nl.jpoint.vertx-deploy-tools/vertx-deploy/
implementation 'nl.jpoint.vertx-deploy-tools:vertx-deploy:3.0.1'
// https://jarcasting.com/artifacts/nl.jpoint.vertx-deploy-tools/vertx-deploy/
implementation ("nl.jpoint.vertx-deploy-tools:vertx-deploy:3.0.1")
'nl.jpoint.vertx-deploy-tools:vertx-deploy:jar:3.0.1'
<dependency org="nl.jpoint.vertx-deploy-tools" name="vertx-deploy" rev="3.0.1">
<artifact name="vertx-deploy" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.jpoint.vertx-deploy-tools', module='vertx-deploy', version='3.0.1')
)
libraryDependencies += "nl.jpoint.vertx-deploy-tools" % "vertx-deploy" % "3.0.1"
[nl.jpoint.vertx-deploy-tools/vertx-deploy "3.0.1"]