License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.kothar |
ArtifactId | ArtifactIdcompactlist |
Version | Version0.4.0 |
Type | Typejar |
Description |
DescriptionCompactList
An efficient in-memory implementation of List<Long> aiming for minimum memory usage and good insert/remove performance.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
compactlist-0.4.0.pom | |
compactlist-0.4.0.jar | 32 KB |
compactlist-0.4.0-sources.jar | 15 KB |
compactlist-0.4.0-javadoc.jar | 500 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.kothar/compactlist/ -->
<dependency>
<groupId>net.kothar</groupId>
<artifactId>compactlist</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.kothar/compactlist/
implementation 'net.kothar:compactlist:0.4.0'
// https://jarcasting.com/artifacts/net.kothar/compactlist/
implementation ("net.kothar:compactlist:0.4.0")
'net.kothar:compactlist:jar:0.4.0'
<dependency org="net.kothar" name="compactlist" rev="0.4.0">
<artifact name="compactlist" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.kothar', module='compactlist', version='0.4.0')
)
libraryDependencies += "net.kothar" % "compactlist" % "0.4.0"
[net.kothar/compactlist "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
net.sf.trove4j : trove4j | jar | 3.0.1 |
org.knowm.xchart : xchart | jar | 3.5.0 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.8.2 |
org.apache.logging.log4j : log4j-core | jar | 2.8.2 |