Categories |
CategoriesDropWizard Container Microservices Net |
---|---|
GroupId | GroupIdnet.ozwolf |
ArtifactId | ArtifactIddropwizard-raml-test-service |
Version | Version2.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.ozwolf/dropwizard-raml-test-service/ -->
<dependency>
<groupId>net.ozwolf</groupId>
<artifactId>dropwizard-raml-test-service</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.ozwolf/dropwizard-raml-test-service/
implementation 'net.ozwolf:dropwizard-raml-test-service:2.2.1'
// https://jarcasting.com/artifacts/net.ozwolf/dropwizard-raml-test-service/
implementation ("net.ozwolf:dropwizard-raml-test-service:2.2.1")
'net.ozwolf:dropwizard-raml-test-service:jar:2.2.1'
<dependency org="net.ozwolf" name="dropwizard-raml-test-service" rev="2.2.1">
<artifact name="dropwizard-raml-test-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ozwolf', module='dropwizard-raml-test-service', version='2.2.1')
)
libraryDependencies += "net.ozwolf" % "dropwizard-raml-test-service" % "2.2.1"
[net.ozwolf/dropwizard-raml-test-service "2.2.1"]