Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdio.tesla.dropwizard.sisu |
ArtifactId | ArtifactIddropwizard-sisu |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-sisu-0.0.1.pom | |
dropwizard-sisu-0.0.1.jar | 6 KB |
dropwizard-sisu-0.0.1-sources.jar | 2 KB |
dropwizard-sisu-0.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.tesla.dropwizard.sisu/dropwizard-sisu/
implementation 'io.tesla.dropwizard.sisu:dropwizard-sisu:0.0.1'
// https://jarcasting.com/artifacts/io.tesla.dropwizard.sisu/dropwizard-sisu/
implementation ("io.tesla.dropwizard.sisu:dropwizard-sisu:0.0.1")
'io.tesla.dropwizard.sisu:dropwizard-sisu:jar:0.0.1'
<dependency org="io.tesla.dropwizard.sisu" name="dropwizard-sisu" rev="0.0.1">
<artifact name="dropwizard-sisu" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tesla.dropwizard.sisu', module='dropwizard-sisu', version='0.0.1')
)
libraryDependencies += "io.tesla.dropwizard.sisu" % "dropwizard-sisu" % "0.0.1"
[io.tesla.dropwizard.sisu/dropwizard-sisu "0.0.1"]