is not current version
Last Version 1.8

org.sonatype.gossip:gossip 1.7

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

GroupId

GroupId

org.sonatype.gossip
ArtifactId

ArtifactId

gossip
Version

Version

1.7
Type

Type

pom

Download gossip 1.7

Filename Size
gossip-1.7.pom 10 KB
Browse

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