| License |
License |
|---|---|
| GroupId | GroupIdcc.renken |
| ArtifactId | ArtifactIdpipeio-core |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionpipeio module for asynchronous communication.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pipeio-core-2.0.0.pom | |
| pipeio-core-2.0.0.jar | 19 KB |
| pipeio-core-2.0.0-tests.jar | 13 KB |
| pipeio-core-2.0.0-sources.jar | 15 KB |
| pipeio-core-2.0.0-javadoc.jar | 112 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cc.renken/pipeio-core/ -->
<dependency>
<groupId>cc.renken</groupId>
<artifactId>pipeio-core</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cc.renken/pipeio-core/
implementation 'cc.renken:pipeio-core:2.0.0'
// https://jarcasting.com/artifacts/cc.renken/pipeio-core/
implementation ("cc.renken:pipeio-core:2.0.0")
'cc.renken:pipeio-core:jar:2.0.0'
<dependency org="cc.renken" name="pipeio-core" rev="2.0.0">
<artifact name="pipeio-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.renken', module='pipeio-core', version='2.0.0')
)
libraryDependencies += "cc.renken" % "pipeio-core" % "2.0.0"
[cc.renken/pipeio-core "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.24 |
| com.lmax : disruptor | jar | 3.2.0 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.8.2 |
| org.apache.logging.log4j : log4j-api | jar | 2.8.2 |
| org.apache.logging.log4j : log4j-core | jar | 2.8.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |