GroupId | GroupIdnl.jpoint.vertx-deploy-tools |
---|---|
ArtifactId | ArtifactIdvertx-deploy-test-application |
Version | Version3.3.0-rc2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/nl.jpoint.vertx-deploy-tools/vertx-deploy-test-application/ -->
<dependency>
<groupId>nl.jpoint.vertx-deploy-tools</groupId>
<artifactId>vertx-deploy-test-application</artifactId>
<version>3.3.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/nl.jpoint.vertx-deploy-tools/vertx-deploy-test-application/
implementation 'nl.jpoint.vertx-deploy-tools:vertx-deploy-test-application:3.3.0-rc2'
// https://jarcasting.com/artifacts/nl.jpoint.vertx-deploy-tools/vertx-deploy-test-application/
implementation ("nl.jpoint.vertx-deploy-tools:vertx-deploy-test-application:3.3.0-rc2")
'nl.jpoint.vertx-deploy-tools:vertx-deploy-test-application:jar:3.3.0-rc2'
<dependency org="nl.jpoint.vertx-deploy-tools" name="vertx-deploy-test-application" rev="3.3.0-rc2">
<artifact name="vertx-deploy-test-application" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.jpoint.vertx-deploy-tools', module='vertx-deploy-test-application', version='3.3.0-rc2')
)
libraryDependencies += "nl.jpoint.vertx-deploy-tools" % "vertx-deploy-test-application" % "3.3.0-rc2"
[nl.jpoint.vertx-deploy-tools/vertx-deploy-test-application "3.3.0-rc2"]