p2p
A Framework for Distributed Computing. Based on UDP multicast and ZeroMQ. See this link for more information.
| License |
License |
|---|---|
| GroupId | GroupIdio.parapet |
| ArtifactId | ArtifactIdp2p |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionp2p
A Framework for Distributed Computing
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| p2p-1.0.0.pom | |
| p2p-1.0.0.jar | 69 KB |
| p2p-1.0.0-sources.jar | 8 KB |
| p2p-1.0.0-javadoc.jar | 66 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.parapet/p2p/ -->
<dependency>
<groupId>io.parapet</groupId>
<artifactId>p2p</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.parapet/p2p/
implementation 'io.parapet:p2p:1.0.0'
// https://jarcasting.com/artifacts/io.parapet/p2p/
implementation ("io.parapet:p2p:1.0.0")
'io.parapet:p2p:jar:1.0.0'
<dependency org="io.parapet" name="p2p" rev="1.0.0">
<artifact name="p2p" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.parapet', module='p2p', version='1.0.0')
)
libraryDependencies += "io.parapet" % "p2p" % "1.0.0"
[io.parapet/p2p "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.protobuf : protobuf-java | jar | 3.7.1 |
| org.zeromq : jeromq | jar | 0.5.1 |
| org.apache.commons : commons-lang3 | jar | 3.9 |
| com.google.guava : guava | jar | 28.1-jre |
| com.thesamet.scalapb : scalapb-runtime_2.12 | jar | 0.9.0 |
A Framework for Distributed Computing. Based on UDP multicast and ZeroMQ. See this link for more information.