License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.planet57.gossip |
ArtifactId | ArtifactIdgossip-bootstrap |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.planet57.gossip:gossip-bootstrap
Contains just enough Gossip to allow the internal com.planet57.gossip.Log to function.
|
Filename | Size |
---|---|
gossip-bootstrap-2.0.0.pom | |
gossip-bootstrap-2.0.0.jar | 20 KB |
gossip-bootstrap-2.0.0-sources.jar | 12 KB |
gossip-bootstrap-2.0.0-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.planet57.gossip/gossip-bootstrap/ -->
<dependency>
<groupId>com.planet57.gossip</groupId>
<artifactId>gossip-bootstrap</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.planet57.gossip/gossip-bootstrap/
implementation 'com.planet57.gossip:gossip-bootstrap:2.0.0'
// https://jarcasting.com/artifacts/com.planet57.gossip/gossip-bootstrap/
implementation ("com.planet57.gossip:gossip-bootstrap:2.0.0")
'com.planet57.gossip:gossip-bootstrap:jar:2.0.0'
<dependency org="com.planet57.gossip" name="gossip-bootstrap" rev="2.0.0">
<artifact name="gossip-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.planet57.gossip', module='gossip-bootstrap', version='2.0.0')
)
libraryDependencies += "com.planet57.gossip" % "gossip-bootstrap" % "2.0.0"
[com.planet57.gossip/gossip-bootstrap "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.1 |
com.google.code.findbugs : jsr305 Optional | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |