is not current version
Last Version 3.0.4

org.refcodes:refcodes-p2p 3.0.1

Artifact providing generic protocol and interface agnostic P2P (Peer-to-Peer) functionality (messaging, routing).

GroupId

GroupId

org.refcodes
ArtifactId

ArtifactId

refcodes-p2p
Version

Version

3.0.1
Type

Type

jar

Download refcodes-p2p 3.0.1


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