| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices JADE General Purpose Libraries Utility |
| GroupId | GroupIdcom.gethalfpint |
| ArtifactId | ArtifactIddropwizard-views-jade |
| Last Version | Last Version0.9.1-1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondropwizard-views-jade
Allows you to use jade templates with dropwizards view rendering module
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.gethalfpint/dropwizard-views-jade/ -->
<dependency>
<groupId>com.gethalfpint</groupId>
<artifactId>dropwizard-views-jade</artifactId>
<version>0.9.1-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gethalfpint/dropwizard-views-jade/
implementation 'com.gethalfpint:dropwizard-views-jade:0.9.1-1'
// https://jarcasting.com/artifacts/com.gethalfpint/dropwizard-views-jade/
implementation ("com.gethalfpint:dropwizard-views-jade:0.9.1-1")
'com.gethalfpint:dropwizard-views-jade:jar:0.9.1-1'
<dependency org="com.gethalfpint" name="dropwizard-views-jade" rev="0.9.1-1">
<artifact name="dropwizard-views-jade" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gethalfpint', module='dropwizard-views-jade', version='0.9.1-1')
)
libraryDependencies += "com.gethalfpint" % "dropwizard-views-jade" % "0.9.1-1"
[com.gethalfpint/dropwizard-views-jade "0.9.1-1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.dropwizard : dropwizard-views | jar | 0.9.1 |
| de.neuland-bfi : jade4j | jar | 1.1.3 |
| com.javaslang : javaslang | jar | 2.0.0-RC2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |