License |
License
MIT License
|
---|---|
Categories |
CategoriesDropWizard Container Microservices Configuration Application Layer Libs config |
GroupId | GroupIdzone.dragon.dropwizard |
ArtifactId | ArtifactIddropwizard-configuration-freemarker |
Last Version | Last Version1.0.2-aa32f6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFreemarker Template Support for Dropwizard Configuration
Treats the configuration file as a freemarker template
|
Project Organization |
Project OrganizationDragonZone |
<!-- https://jarcasting.com/artifacts/zone.dragon.dropwizard/dropwizard-configuration-freemarker/ -->
<dependency>
<groupId>zone.dragon.dropwizard</groupId>
<artifactId>dropwizard-configuration-freemarker</artifactId>
<version>1.0.2-aa32f6</version>
</dependency>
// https://jarcasting.com/artifacts/zone.dragon.dropwizard/dropwizard-configuration-freemarker/
implementation 'zone.dragon.dropwizard:dropwizard-configuration-freemarker:1.0.2-aa32f6'
// https://jarcasting.com/artifacts/zone.dragon.dropwizard/dropwizard-configuration-freemarker/
implementation ("zone.dragon.dropwizard:dropwizard-configuration-freemarker:1.0.2-aa32f6")
'zone.dragon.dropwizard:dropwizard-configuration-freemarker:jar:1.0.2-aa32f6'
<dependency org="zone.dragon.dropwizard" name="dropwizard-configuration-freemarker" rev="1.0.2-aa32f6">
<artifact name="dropwizard-configuration-freemarker" type="jar" />
</dependency>
@Grapes(
@Grab(group='zone.dragon.dropwizard', module='dropwizard-configuration-freemarker', version='1.0.2-aa32f6')
)
libraryDependencies += "zone.dragon.dropwizard" % "dropwizard-configuration-freemarker" % "1.0.2-aa32f6"
[zone.dragon.dropwizard/dropwizard-configuration-freemarker "1.0.2-aa32f6"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-configuration | jar | |
io.dropwizard : dropwizard-core | jar | |
org.freemarker : freemarker | jar | 2.3.26-incubating |
commons-io : commons-io | jar | 2.5 |
org.slf4j : slf4j-api | jar | 1.7.22 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
io.dropwizard : dropwizard-testing | jar | |
io.dropwizard : dropwizard-client | jar |