is not current version
Last Version 1.8

org.sonatype.gossip:gossip 1.6

Gossip is a plugin for SLF4j which has simple and flexible configuration.

GroupId

GroupId

org.sonatype.gossip
ArtifactId

ArtifactId

gossip
Version

Version

1.6
Type

Type

pom

Download gossip 1.6

Filename Size
gossip-1.6.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/org.sonatype.gossip/gossip/ -->
<dependency>
    <groupId>org.sonatype.gossip</groupId>
    <artifactId>gossip</artifactId>
    <version>1.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.gossip/gossip/
implementation 'org.sonatype.gossip:gossip:1.6'
// https://jarcasting.com/artifacts/org.sonatype.gossip/gossip/
implementation ("org.sonatype.gossip:gossip:1.6")
'org.sonatype.gossip:gossip:pom:1.6'
<dependency org="org.sonatype.gossip" name="gossip" rev="1.6">
  <artifact name="gossip" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.gossip', module='gossip', version='1.6')
)
libraryDependencies += "org.sonatype.gossip" % "gossip" % "1.6"
[org.sonatype.gossip/gossip "1.6"]