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