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