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