| License |
License |
|---|---|
| Categories |
CategoriesJava 8 Languages DropWizard Container Microservices |
| GroupId | GroupIdcom.github.joschi |
| ArtifactId | ArtifactIddropwizard-java8 |
| Version | Version0.2.0 |
| Type | Typejar |
| Description |
DescriptionDropwizard with Java 8 support
Addon bundle for Dropwizard to support Java 8 features
|
| Filename | Size |
|---|---|
| dropwizard-java8-0.2.0.pom | |
| dropwizard-java8-0.2.0.jar | 18 KB |
| dropwizard-java8-0.2.0-sources.jar | 9 KB |
| dropwizard-java8-0.2.0-javadoc.jar | 92 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.joschi/dropwizard-java8/ -->
<dependency>
<groupId>com.github.joschi</groupId>
<artifactId>dropwizard-java8</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.joschi/dropwizard-java8/
implementation 'com.github.joschi:dropwizard-java8:0.2.0'
// https://jarcasting.com/artifacts/com.github.joschi/dropwizard-java8/
implementation ("com.github.joschi:dropwizard-java8:0.2.0")
'com.github.joschi:dropwizard-java8:jar:0.2.0'
<dependency org="com.github.joschi" name="dropwizard-java8" rev="0.2.0">
<artifact name="dropwizard-java8" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.joschi', module='dropwizard-java8', version='0.2.0')
)
libraryDependencies += "com.github.joschi" % "dropwizard-java8" % "0.2.0"
[com.github.joschi/dropwizard-java8 "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.dropwizard : dropwizard-core | jar | 0.7.1 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.3.3 |
| org.zapodot : jackson-databind-java-optional | jar | 2.4.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.jersey.jersey-test-framework : jersey-test-framework-grizzly2 | jar | 1.18.1 |
| junit : junit | jar | 4.11 |
| org.assertj : assertj-core | jar | 1.6.1 |