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