Categories |
CategoriesDropWizard Container Microservices config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdde.thomaskrille |
ArtifactId | ArtifactIddropwizard-template-config |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.thomaskrille/dropwizard-template-config/ -->
<dependency>
<groupId>de.thomaskrille</groupId>
<artifactId>dropwizard-template-config</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.thomaskrille/dropwizard-template-config/
implementation 'de.thomaskrille:dropwizard-template-config:1.0.0'
// https://jarcasting.com/artifacts/de.thomaskrille/dropwizard-template-config/
implementation ("de.thomaskrille:dropwizard-template-config:1.0.0")
'de.thomaskrille:dropwizard-template-config:jar:1.0.0'
<dependency org="de.thomaskrille" name="dropwizard-template-config" rev="1.0.0">
<artifact name="dropwizard-template-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.thomaskrille', module='dropwizard-template-config', version='1.0.0')
)
libraryDependencies += "de.thomaskrille" % "dropwizard-template-config" % "1.0.0"
[de.thomaskrille/dropwizard-template-config "1.0.0"]