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