Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdorg.ow2.petals.samples.rest.edm |
ArtifactId | ArtifactIdedm-dropwizard-server |
Version | Version1.1.0-1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ow2.petals.samples.rest.edm/edm-dropwizard-server/ -->
<dependency>
<groupId>org.ow2.petals.samples.rest.edm</groupId>
<artifactId>edm-dropwizard-server</artifactId>
<version>1.1.0-1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals.samples.rest.edm/edm-dropwizard-server/
implementation 'org.ow2.petals.samples.rest.edm:edm-dropwizard-server:1.1.0-1.0.0'
// https://jarcasting.com/artifacts/org.ow2.petals.samples.rest.edm/edm-dropwizard-server/
implementation ("org.ow2.petals.samples.rest.edm:edm-dropwizard-server:1.1.0-1.0.0")
'org.ow2.petals.samples.rest.edm:edm-dropwizard-server:jar:1.1.0-1.0.0'
<dependency org="org.ow2.petals.samples.rest.edm" name="edm-dropwizard-server" rev="1.1.0-1.0.0">
<artifact name="edm-dropwizard-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals.samples.rest.edm', module='edm-dropwizard-server', version='1.1.0-1.0.0')
)
libraryDependencies += "org.ow2.petals.samples.rest.edm" % "edm-dropwizard-server" % "1.1.0-1.0.0"
[org.ow2.petals.samples.rest.edm/edm-dropwizard-server "1.1.0-1.0.0"]