Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdorg.constretto |
ArtifactId | ArtifactIdconstretto-dropwizard |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
constretto-dropwizard-1.0.pom | |
constretto-dropwizard-1.0.jar | 13 KB |
constretto-dropwizard-1.0-sources.jar | 5 KB |
constretto-dropwizard-1.0-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.constretto/constretto-dropwizard/ -->
<dependency>
<groupId>org.constretto</groupId>
<artifactId>constretto-dropwizard</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.constretto/constretto-dropwizard/
implementation 'org.constretto:constretto-dropwizard:1.0'
// https://jarcasting.com/artifacts/org.constretto/constretto-dropwizard/
implementation ("org.constretto:constretto-dropwizard:1.0")
'org.constretto:constretto-dropwizard:jar:1.0'
<dependency org="org.constretto" name="constretto-dropwizard" rev="1.0">
<artifact name="constretto-dropwizard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.constretto', module='constretto-dropwizard', version='1.0')
)
libraryDependencies += "org.constretto" % "constretto-dropwizard" % "1.0"
[org.constretto/constretto-dropwizard "1.0"]