Last Version

AutomataLib :: Commons :: Smart Collections 0.10.0

This library provides efficient implementations for various collection data structures (esp. linked lists and priority queues), which have very insufficient implementation in the Java Collections Foundations that makes it hard or even impossible to exploit their efficiencies.

License

License

Categories

Categories

Net Auto Application Layer Libs Code Generators
GroupId

GroupId

net.automatalib
ArtifactId

ArtifactId

automata-commons-smartcollections
Version

Version

0.10.0
Type

Type

jar
Description

Description

AutomataLib :: Commons :: Smart Collections
This library provides efficient implementations for various collection data structures (esp. linked lists and priority queues), which have very insufficient implementation in the Java Collections Foundations that makes it hard or even impossible to exploit their efficiencies.

Download automata-commons-smartcollections 0.10.0


<!-- https://jarcasting.com/artifacts/net.automatalib/automata-commons-smartcollections/ -->
<dependency>
    <groupId>net.automatalib</groupId>
    <artifactId>automata-commons-smartcollections</artifactId>
    <version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.automatalib/automata-commons-smartcollections/
implementation 'net.automatalib:automata-commons-smartcollections:0.10.0'
// https://jarcasting.com/artifacts/net.automatalib/automata-commons-smartcollections/
implementation ("net.automatalib:automata-commons-smartcollections:0.10.0")
'net.automatalib:automata-commons-smartcollections:jar:0.10.0'
<dependency org="net.automatalib" name="automata-commons-smartcollections" rev="0.10.0">
  <artifact name="automata-commons-smartcollections" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.automatalib', module='automata-commons-smartcollections', version='0.10.0')
)
libraryDependencies += "net.automatalib" % "automata-commons-smartcollections" % "0.10.0"
[net.automatalib/automata-commons-smartcollections "0.10.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 29.0-jre
org.checkerframework : checker-qual jar 3.7.0

test (1)

Group / Artifact Type Version
org.testng : testng jar 7.1.0

Project Modules

There are no modules declared in this project.