refcount-core
Reference Counting Garbage Collector for Java - Runtime Core
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.simiacryptus |
| Идентификатор | Идентификаторrefcount-core |
| Последняя версия | Последняя версия2.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеsrc
|
| Организация-разработчик |
Организация-разработчикSimiaCryptus Software |
| Имя Файла | Размер |
|---|---|
| refcount-core-2.1.0.pom | |
| refcount-core-2.1.0.jar | 36 KB |
| refcount-core-2.1.0-sources.jar | 15 KB |
| refcount-core-2.1.0-javadoc.jar | 85 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.simiacryptus/refcount-core/ -->
<dependency>
<groupId>com.simiacryptus</groupId>
<artifactId>refcount-core</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.simiacryptus/refcount-core/
implementation 'com.simiacryptus:refcount-core:2.1.0'
// https://jarcasting.com/artifacts/com.simiacryptus/refcount-core/
implementation ("com.simiacryptus:refcount-core:2.1.0")
'com.simiacryptus:refcount-core:jar:2.1.0'
<dependency org="com.simiacryptus" name="refcount-core" rev="2.1.0">
<artifact name="refcount-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.simiacryptus', module='refcount-core', version='2.1.0')
)
libraryDependencies += "com.simiacryptus" % "refcount-core" % "2.1.0"
[com.simiacryptus/refcount-core "2.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.checkerframework : checker-qual | jar | |
| org.slf4j : slf4j-api | jar | |
| com.google.code.findbugs : jsr305 | jar | |
| org.jetbrains : annotations | jar | |
| com.google.guava : guava | jar | |
| com.fasterxml.jackson.core : jackson-databind | jar |
Reference Counting Garbage Collector for Java - Runtime Core