is not current version
Last Version 1.1

org.constretto:constretto-dropwizard 1.0

A Dropwizard bundle that allows use of Constretto tags in yml-configuration

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

org.constretto
ArtifactId

ArtifactId

constretto-dropwizard
Version

Version

1.0
Type

Type

jar

Download constretto-dropwizard 1.0


<!-- https://jarcasting.com/artifacts/org.constretto/constretto-dropwizard/ -->
<dependency>
    <groupId>org.constretto</groupId>
    <artifactId>constretto-dropwizard</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.constretto/constretto-dropwizard/
implementation 'org.constretto:constretto-dropwizard:1.0'
// https://jarcasting.com/artifacts/org.constretto/constretto-dropwizard/
implementation ("org.constretto:constretto-dropwizard:1.0")
'org.constretto:constretto-dropwizard:jar:1.0'
<dependency org="org.constretto" name="constretto-dropwizard" rev="1.0">
  <artifact name="constretto-dropwizard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.constretto', module='constretto-dropwizard', version='1.0')
)
libraryDependencies += "org.constretto" % "constretto-dropwizard" % "1.0"
[org.constretto/constretto-dropwizard "1.0"]