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