k

kdgcommons

A collection of utility classes for Java, supplementing and in some cases replacing Jakarta Commons and Google Guava.
http://sourceforge.net/projects/kdgcommons/
The Apache Software License, Version 2.0
Keith D Gregory
Files download
File Operation
kdgcommons-1.0.16.jar download
kdgcommons-1.0.16.pom download
kdgcommons-1.0.16-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.kdgcommons</groupId>
  <artifactId>kdgcommons</artifactId>
  <version>1.0.16</version>
</dependency>
Gradle Groovy
implementation 'net.sf.kdgcommons:kdgcommons:1.0.16'
Gradle Kotlin
implementation("net.sf.kdgcommons:kdgcommons:1.0.16")
Scala SBT
libraryDependencies += "net.sf.kdgcommons" % "kdgcommons" % "1.0.16"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.kdgcommons', module='kdgcommons', version='1.0.16')
)
Apache Ivy
<dependency org="net.sf.kdgcommons" name="kdgcommons" rev="1.0.16" />
Leiningen
[net.sf.kdgcommons/kdgcommons "1.0.16"]
Apache Buildr
'net.sf.kdgcommons:kdgcommons:jar:1.0.16'