GroupId | GroupIdnl.jpoint.vertx-deploy-tools |
---|---|
ArtifactId | ArtifactIdvertx-deploy |
Version | Version3.1.0-beta1 |
Type | Typejar |
Filename | Size |
---|---|
vertx-deploy-3.1.0-beta1.pom | |
vertx-deploy-3.1.0-beta1.jar | 122 KB |
vertx-deploy-3.1.0-beta1-sources.jar | 57 KB |
vertx-deploy-3.1.0-beta1-javadoc.jar | 287 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.1.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/nl.jpoint.vertx-deploy-tools/vertx-deploy/
implementation 'nl.jpoint.vertx-deploy-tools:vertx-deploy:3.1.0-beta1'
// https://jarcasting.com/artifacts/nl.jpoint.vertx-deploy-tools/vertx-deploy/
implementation ("nl.jpoint.vertx-deploy-tools:vertx-deploy:3.1.0-beta1")
'nl.jpoint.vertx-deploy-tools:vertx-deploy:jar:3.1.0-beta1'
<dependency org="nl.jpoint.vertx-deploy-tools" name="vertx-deploy" rev="3.1.0-beta1">
<artifact name="vertx-deploy" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.jpoint.vertx-deploy-tools', module='vertx-deploy', version='3.1.0-beta1')
)
libraryDependencies += "nl.jpoint.vertx-deploy-tools" % "vertx-deploy" % "3.1.0-beta1"
[nl.jpoint.vertx-deploy-tools/vertx-deploy "3.1.0-beta1"]