не последняя версия
Последняя версия 0.10.0

net.automatalib:automata-commons-smartcollections 0.7.1

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.

Категории

Категории

Сеть Auto Библиотеки уровня приложения Code Generators
Группа

Группа

net.automatalib
Идентификатор

Идентификатор

automata-commons-smartcollections
Версия

Версия

0.7.1
Тип

Тип

jar

Скачать automata-commons-smartcollections 0.7.1


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