Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.livetheoogway.forage |
ArtifactId | ArtifactIdforage-dropwizard-bundle |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.livetheoogway.forage/forage-dropwizard-bundle/ -->
<dependency>
<groupId>com.livetheoogway.forage</groupId>
<artifactId>forage-dropwizard-bundle</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.livetheoogway.forage/forage-dropwizard-bundle/
implementation 'com.livetheoogway.forage:forage-dropwizard-bundle:1.0.1'
// https://jarcasting.com/artifacts/com.livetheoogway.forage/forage-dropwizard-bundle/
implementation ("com.livetheoogway.forage:forage-dropwizard-bundle:1.0.1")
'com.livetheoogway.forage:forage-dropwizard-bundle:jar:1.0.1'
<dependency org="com.livetheoogway.forage" name="forage-dropwizard-bundle" rev="1.0.1">
<artifact name="forage-dropwizard-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.livetheoogway.forage', module='forage-dropwizard-bundle', version='1.0.1')
)
libraryDependencies += "com.livetheoogway.forage" % "forage-dropwizard-bundle" % "1.0.1"
[com.livetheoogway.forage/forage-dropwizard-bundle "1.0.1"]