License |
License |
---|---|
GroupId | GroupIdorg.refcodes |
ArtifactId | ArtifactIdrefcodes-p2p |
Version | Version2.2.2 |
Type | Typejar |
Description |
Descriptionorg.refcodes:refcodes-p2p
Artifact providing generic protocol and interface agnostic P2P
(Peer-to-Peer) functionality (messaging, routing).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
refcodes-p2p-2.2.2.pom | |
refcodes-p2p-2.2.2.jar | 16 KB |
refcodes-p2p-2.2.2-tests.jar | 562 bytes |
refcodes-p2p-2.2.2-test-sources.jar | 2 KB |
refcodes-p2p-2.2.2-sources.jar | 22 KB |
refcodes-p2p-2.2.2-javadoc.jar | 515 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-p2p/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-p2p</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-p2p/
implementation 'org.refcodes:refcodes-p2p:2.2.2'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-p2p/
implementation ("org.refcodes:refcodes-p2p:2.2.2")
'org.refcodes:refcodes-p2p:jar:2.2.2'
<dependency org="org.refcodes" name="refcodes-p2p" rev="2.2.2">
<artifact name="refcodes-p2p" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-p2p', version='2.2.2')
)
libraryDependencies += "org.refcodes" % "refcodes-p2p" % "2.2.2"
[org.refcodes/refcodes-p2p "2.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.refcodes : refcodes-exception | jar | 2.2.2 |
org.refcodes : refcodes-mixin | jar | 2.2.2 |
org.refcodes : refcodes-serial | jar | 2.2.2 |
org.refcodes : refcodes-numerical | jar | 2.2.2 |
org.refcodes : refcodes-licensing | jar | 2.2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |