| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.almson |
| Идентификатор | Идентификаторalmson-refcount |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAlmson Ref-Count
almson-refcount is a reference counting implementation for Java derived from Netty.
It aims to be robust, simple, efficient, and clever.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.31 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.slf4j : slf4j-simple | jar | 1.7.31 |