License |
License |
---|---|
GroupId | GroupIdcom.simiacryptus |
ArtifactId | ArtifactIdrefcount-demo |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava 8 Reference Counting Code Utilities
|
Project Organization |
Project OrganizationSimiaCryptus Software |
Filename | Size |
---|---|
refcount-demo-2.1.0.pom | |
refcount-demo-2.1.0.jar | 66 KB |
refcount-demo-2.1.0-sources.jar | 21 KB |
refcount-demo-2.1.0-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.simiacryptus/refcount-demo/ -->
<dependency>
<groupId>com.simiacryptus</groupId>
<artifactId>refcount-demo</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.simiacryptus/refcount-demo/
implementation 'com.simiacryptus:refcount-demo:2.1.0'
// https://jarcasting.com/artifacts/com.simiacryptus/refcount-demo/
implementation ("com.simiacryptus:refcount-demo:2.1.0")
'com.simiacryptus:refcount-demo:jar:2.1.0'
<dependency org="com.simiacryptus" name="refcount-demo" rev="2.1.0">
<artifact name="refcount-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.simiacryptus', module='refcount-demo', version='2.1.0')
)
libraryDependencies += "com.simiacryptus" % "refcount-demo" % "2.1.0"
[com.simiacryptus/refcount-demo "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic Optional | jar | |
org.slf4j : slf4j-api | jar | |
commons-io : commons-io | jar | |
com.google.code.findbugs : jsr305 | jar | |
com.simiacryptus : refcount-core | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar |