License |
License |
---|---|
GroupId | GroupIdorg.refcodes |
ArtifactId | ArtifactIdrefcodes-p2p |
Version | Version2.1.6 |
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.1.6.pom | |
refcodes-p2p-2.1.6.jar | 15 KB |
refcodes-p2p-2.1.6-tests.jar | 687 bytes |
refcodes-p2p-2.1.6-test-sources.jar | 2 KB |
refcodes-p2p-2.1.6-sources.jar | 20 KB |
refcodes-p2p-2.1.6-javadoc.jar | 503 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-p2p/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-p2p</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-p2p/
implementation 'org.refcodes:refcodes-p2p:2.1.6'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-p2p/
implementation ("org.refcodes:refcodes-p2p:2.1.6")
'org.refcodes:refcodes-p2p:jar:2.1.6'
<dependency org="org.refcodes" name="refcodes-p2p" rev="2.1.6">
<artifact name="refcodes-p2p" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-p2p', version='2.1.6')
)
libraryDependencies += "org.refcodes" % "refcodes-p2p" % "2.1.6"
[org.refcodes/refcodes-p2p "2.1.6"]
Group / Artifact | Type | Version |
---|---|---|
org.refcodes : refcodes-exception | jar | 2.1.6 |
org.refcodes : refcodes-mixin | jar | 2.1.6 |
org.refcodes : refcodes-serial | jar | 2.1.6 |
org.refcodes : refcodes-numerical | jar | 2.1.6 |
org.refcodes : refcodes-licensing | jar | 2.1.6 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.1 |