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