refcount-core
Reference Counting Garbage Collector for Java - Runtime Core
License |
License |
---|---|
GroupId | GroupIdcom.simiacryptus |
ArtifactId | ArtifactIdrefcount-core |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsrc
|
Project Organization |
Project OrganizationSimiaCryptus Software |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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