c

commons

a collection of utilities written in the pursuit of other objectives when an existing solution doesn't exist. Many are collection-driven, such as MultiIndexMap, StreamUtils, MapUtils, SetUtils, etc.
https://gitlab.com/lmco/ptolemaeus
MIT
Ryan Moser Peter Davis Justin Weaver Bruce Romney Joseph Hernandez
Files download
File Operation
commons-1.0.2.jar download
commons-1.0.2.pom download
commons-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lmco.ptolemaeus</groupId>
  <artifactId>commons</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.lmco.ptolemaeus:commons:1.0.2'
Gradle Kotlin
implementation("com.lmco.ptolemaeus:commons:1.0.2")
Scala SBT
libraryDependencies += "com.lmco.ptolemaeus" % "commons" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.lmco.ptolemaeus', module='commons', version='1.0.2')
)
Apache Ivy
<dependency org="com.lmco.ptolemaeus" name="commons" rev="1.0.2" />
Leiningen
[com.lmco.ptolemaeus/commons "1.0.2"]
Apache Buildr
'com.lmco.ptolemaeus:commons:jar:1.0.2'