is not current version
Last Version 1.8

org.sonatype.gossip:gossip 1.5

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

GroupId

GroupId

org.sonatype.gossip
ArtifactId

ArtifactId

gossip
Version

Version

1.5
Type

Type

pom

Download gossip 1.5

Filename Size
gossip-1.5.pom 9 KB
Browse

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