Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.smarchive.dropwizard |
ArtifactId | ArtifactIddropwizard-gelf |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-gelf-0.1.pom | |
dropwizard-gelf-0.1.jar | 11 KB |
dropwizard-gelf-0.1-sources.jar | 5 KB |
dropwizard-gelf-0.1-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smarchive.dropwizard/dropwizard-gelf/ -->
<dependency>
<groupId>com.smarchive.dropwizard</groupId>
<artifactId>dropwizard-gelf</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.smarchive.dropwizard/dropwizard-gelf/
implementation 'com.smarchive.dropwizard:dropwizard-gelf:0.1'
// https://jarcasting.com/artifacts/com.smarchive.dropwizard/dropwizard-gelf/
implementation ("com.smarchive.dropwizard:dropwizard-gelf:0.1")
'com.smarchive.dropwizard:dropwizard-gelf:jar:0.1'
<dependency org="com.smarchive.dropwizard" name="dropwizard-gelf" rev="0.1">
<artifact name="dropwizard-gelf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smarchive.dropwizard', module='dropwizard-gelf', version='0.1')
)
libraryDependencies += "com.smarchive.dropwizard" % "dropwizard-gelf" % "0.1"
[com.smarchive.dropwizard/dropwizard-gelf "0.1"]