License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdio.tesla.dropwizard.sisu |
ArtifactId | ArtifactIddropwizard-sisu |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSisu Extensions for Dropwizard
Simple library for using Sisu in a dropwizard app.
|
Filename | Size |
---|---|
dropwizard-sisu-0.0.2.pom | |
dropwizard-sisu-0.0.2.jar | 6 KB |
dropwizard-sisu-0.0.2-sources.jar | 2 KB |
dropwizard-sisu-0.0.2-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.tesla.dropwizard.sisu/dropwizard-sisu/ -->
<dependency>
<groupId>io.tesla.dropwizard.sisu</groupId>
<artifactId>dropwizard-sisu</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.tesla.dropwizard.sisu/dropwizard-sisu/
implementation 'io.tesla.dropwizard.sisu:dropwizard-sisu:0.0.2'
// https://jarcasting.com/artifacts/io.tesla.dropwizard.sisu/dropwizard-sisu/
implementation ("io.tesla.dropwizard.sisu:dropwizard-sisu:0.0.2")
'io.tesla.dropwizard.sisu:dropwizard-sisu:jar:0.0.2'
<dependency org="io.tesla.dropwizard.sisu" name="dropwizard-sisu" rev="0.0.2">
<artifact name="dropwizard-sisu" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tesla.dropwizard.sisu', module='dropwizard-sisu', version='0.0.2')
)
libraryDependencies += "io.tesla.dropwizard.sisu" % "dropwizard-sisu" % "0.0.2"
[io.tesla.dropwizard.sisu/dropwizard-sisu "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.yammer.dropwizard : dropwizard-core | jar | 0.6.1 |
org.eclipse.sisu : org.eclipse.sisu.inject | jar | 0.0.0.M2 |
org.sonatype.sisu : sisu-guice | jar | 3.1.4 |
javax.inject : javax.inject | jar | 1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-all | jar | 1.9.0 |