Categories |
CategoriesDropWizard Container Microservices Logging Application Layer Libs |
---|---|
GroupId | GroupIdzone.gryphon.dropwizard |
ArtifactId | ArtifactIddropwizard-toolbox-test-logging |
Version | Version1.0.3-d7f6302 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/zone.gryphon.dropwizard/dropwizard-toolbox-test-logging/ -->
<dependency>
<groupId>zone.gryphon.dropwizard</groupId>
<artifactId>dropwizard-toolbox-test-logging</artifactId>
<version>1.0.3-d7f6302</version>
</dependency>
// https://jarcasting.com/artifacts/zone.gryphon.dropwizard/dropwizard-toolbox-test-logging/
implementation 'zone.gryphon.dropwizard:dropwizard-toolbox-test-logging:1.0.3-d7f6302'
// https://jarcasting.com/artifacts/zone.gryphon.dropwizard/dropwizard-toolbox-test-logging/
implementation ("zone.gryphon.dropwizard:dropwizard-toolbox-test-logging:1.0.3-d7f6302")
'zone.gryphon.dropwizard:dropwizard-toolbox-test-logging:jar:1.0.3-d7f6302'
<dependency org="zone.gryphon.dropwizard" name="dropwizard-toolbox-test-logging" rev="1.0.3-d7f6302">
<artifact name="dropwizard-toolbox-test-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='zone.gryphon.dropwizard', module='dropwizard-toolbox-test-logging', version='1.0.3-d7f6302')
)
libraryDependencies += "zone.gryphon.dropwizard" % "dropwizard-toolbox-test-logging" % "1.0.3-d7f6302"
[zone.gryphon.dropwizard/dropwizard-toolbox-test-logging "1.0.3-d7f6302"]