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