| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdnet.sf.kdgcommons | 
| ArtifactId | ArtifactIdkdgcommons | 
| Last Version | Last Version1.0.19 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionKDG Commons A collection of utility classes for Java, supplementing and in some cases
        replacing Jakarta Commons and Google Guava. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| kdgcommons-1.0.19.pom | |
| kdgcommons-1.0.19.jar | 103 KB | 
| kdgcommons-1.0.19-sources.jar | 98 KB | 
| kdgcommons-1.0.19-javadoc.jar | 404 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sf.kdgcommons/kdgcommons/ -->
<dependency>
    <groupId>net.sf.kdgcommons</groupId>
    <artifactId>kdgcommons</artifactId>
    <version>1.0.19</version>
</dependency>// https://jarcasting.com/artifacts/net.sf.kdgcommons/kdgcommons/
implementation 'net.sf.kdgcommons:kdgcommons:1.0.19'// https://jarcasting.com/artifacts/net.sf.kdgcommons/kdgcommons/
implementation ("net.sf.kdgcommons:kdgcommons:1.0.19")'net.sf.kdgcommons:kdgcommons:jar:1.0.19'<dependency org="net.sf.kdgcommons" name="kdgcommons" rev="1.0.19">
  <artifact name="kdgcommons" type="jar" />
</dependency>@Grapes(
@Grab(group='net.sf.kdgcommons', module='kdgcommons', version='1.0.19')
)libraryDependencies += "net.sf.kdgcommons" % "kdgcommons" % "1.0.19"[net.sf.kdgcommons/kdgcommons "1.0.19"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.2 |