| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.almson |
| ArtifactId | ArtifactIdalmson-refcount |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAlmson Ref-Count
almson-refcount is a reference counting implementation for Java derived from Netty.
It aims to be robust, simple, efficient, and clever.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| almson-refcount-1.0.0.pom | |
| almson-refcount-1.0.0.jar | 17 KB |
| almson-refcount-1.0.0-sources.jar | 17 KB |
| almson-refcount-1.0.0-javadoc.jar | 45 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.almson/almson-refcount/ -->
<dependency>
<groupId>net.almson</groupId>
<artifactId>almson-refcount</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.almson/almson-refcount/
implementation 'net.almson:almson-refcount:1.0.0'
// https://jarcasting.com/artifacts/net.almson/almson-refcount/
implementation ("net.almson:almson-refcount:1.0.0")
'net.almson:almson-refcount:jar:1.0.0'
<dependency org="net.almson" name="almson-refcount" rev="1.0.0">
<artifact name="almson-refcount" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.almson', module='almson-refcount', version='1.0.0')
)
libraryDependencies += "net.almson" % "almson-refcount" % "1.0.0"
[net.almson/almson-refcount "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.31 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.slf4j : slf4j-simple | jar | 1.7.31 |