| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices |
| GroupId | GroupIdio.dropwizard |
| ArtifactId | ArtifactIddropwizard-views-freemarker |
| Last Version | Last Version4.0.0-beta.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDropwizard Freemarker Views
Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web
applications.
|
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-views-freemarker/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-views-freemarker</artifactId>
<version>4.0.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-views-freemarker/
implementation 'io.dropwizard:dropwizard-views-freemarker:4.0.0-beta.1'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-views-freemarker/
implementation ("io.dropwizard:dropwizard-views-freemarker:4.0.0-beta.1")
'io.dropwizard:dropwizard-views-freemarker:jar:4.0.0-beta.1'
<dependency org="io.dropwizard" name="dropwizard-views-freemarker" rev="4.0.0-beta.1">
<artifact name="dropwizard-views-freemarker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-views-freemarker', version='4.0.0-beta.1')
)
libraryDependencies += "io.dropwizard" % "dropwizard-views-freemarker" % "4.0.0-beta.1"
[io.dropwizard/dropwizard-views-freemarker "4.0.0-beta.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.dropwizard : dropwizard-views | jar | 4.0.0-beta.1 |
| org.freemarker : freemarker | jar | 2.3.31 |
| com.github.ben-manes.caffeine : caffeine | jar | 3.0.6 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |