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-2.0.0.jar download
commons-2.0.0.pom download
commons-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lmco.ptolemaeus</groupId>
  <artifactId>commons</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.lmco.ptolemaeus:commons:2.0.0'
Gradle Kotlin
implementation("com.lmco.ptolemaeus:commons:2.0.0")
Scala SBT
libraryDependencies += "com.lmco.ptolemaeus" % "commons" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.lmco.ptolemaeus', module='commons', version='2.0.0')
)
Apache Ivy
<dependency org="com.lmco.ptolemaeus" name="commons" rev="2.0.0" />
Leiningen
[com.lmco.ptolemaeus/commons "2.0.0"]
Apache Buildr
'com.lmco.ptolemaeus:commons:jar:2.0.0'