c

commons

Common utilities such as MultiIndexMap (an efficient implementation Map, V>), ConcurrentMemoizer (simplifies and wraps the lazy construction and memoization of expensive operations), StreamUtils, MapUtils, SetUtils, etc. which - among other common static convenience methods - use LinkedHashMap/Set, rather than the default HashMap/Set that the base Java statics in Stream, Collectors, Map and Set, and much other commonly sought-after functionality such as Validation (which holds common many parameter checks), AtomicDouble, IStreamable, and IPartitionable
https://gitlab.com/lmco/ptolemaeus
MIT
Ryan Moser Peter Davis Justin Weaver Bruce Romney Joseph Hernandez Catherine Doud
Files download
File Operation
commons-3.1.0.jar download
commons-3.1.0.pom download
commons-3.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lmco.ptolemaeus</groupId>
  <artifactId>commons</artifactId>
  <version>3.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.lmco.ptolemaeus:commons:3.1.0'
Gradle Kotlin
implementation("com.lmco.ptolemaeus:commons:3.1.0")
Scala SBT
libraryDependencies += "com.lmco.ptolemaeus" % "commons" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.lmco.ptolemaeus', module='commons', version='3.1.0')
)
Apache Ivy
<dependency org="com.lmco.ptolemaeus" name="commons" rev="3.1.0" />
Leiningen
[com.lmco.ptolemaeus/commons "3.1.0"]
Apache Buildr
'com.lmco.ptolemaeus:commons:jar:3.1.0'