| Categories |
CategoriesDropWizard Container Microservices |
|---|---|
| GroupId | GroupIdio.whitfin |
| ArtifactId | ArtifactIddropwizard-environment-substitutor |
| Version | Version1.1.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.whitfin/dropwizard-environment-substitutor/ -->
<dependency>
<groupId>io.whitfin</groupId>
<artifactId>dropwizard-environment-substitutor</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.whitfin/dropwizard-environment-substitutor/
implementation 'io.whitfin:dropwizard-environment-substitutor:1.1.0'
// https://jarcasting.com/artifacts/io.whitfin/dropwizard-environment-substitutor/
implementation ("io.whitfin:dropwizard-environment-substitutor:1.1.0")
'io.whitfin:dropwizard-environment-substitutor:jar:1.1.0'
<dependency org="io.whitfin" name="dropwizard-environment-substitutor" rev="1.1.0">
<artifact name="dropwizard-environment-substitutor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.whitfin', module='dropwizard-environment-substitutor', version='1.1.0')
)
libraryDependencies += "io.whitfin" % "dropwizard-environment-substitutor" % "1.1.0"
[io.whitfin/dropwizard-environment-substitutor "1.1.0"]