Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.foreks |
ArtifactId | ArtifactIdvertx-config-launcher |
Version | Version0.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.foreks/vertx-config-launcher/ -->
<dependency>
<groupId>com.foreks</groupId>
<artifactId>vertx-config-launcher</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.foreks/vertx-config-launcher/
implementation 'com.foreks:vertx-config-launcher:0.9.0'
// https://jarcasting.com/artifacts/com.foreks/vertx-config-launcher/
implementation ("com.foreks:vertx-config-launcher:0.9.0")
'com.foreks:vertx-config-launcher:jar:0.9.0'
<dependency org="com.foreks" name="vertx-config-launcher" rev="0.9.0">
<artifact name="vertx-config-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foreks', module='vertx-config-launcher', version='0.9.0')
)
libraryDependencies += "com.foreks" % "vertx-config-launcher" % "0.9.0"
[com.foreks/vertx-config-launcher "0.9.0"]