c

common-jdk

Common utils purely based on JDK and no other dependencies. Only exception being for org.jetbrains:annotations for building stratgic Kotlin language compatibility.Another only-exception is Apache Commons Lang3.
https://github.com/jtokarski/defendev
The Apache License, Version 2.0
Jozef Tokarski
Files download
File Operation
common-jdk-0.0.11.jar download
common-jdk-0.0.11.pom download
common-jdk-0.0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.defendev</groupId>
  <artifactId>common-jdk</artifactId>
  <version>0.0.11</version>
</dependency>
Gradle Groovy
implementation 'org.defendev:common-jdk:0.0.11'
Gradle Kotlin
implementation("org.defendev:common-jdk:0.0.11")
Scala SBT
libraryDependencies += "org.defendev" % "common-jdk" % "0.0.11"
Groovy Grape
@Grapes(
  @Grab(group='org.defendev', module='common-jdk', version='0.0.11')
)
Apache Ivy
<dependency org="org.defendev" name="common-jdk" rev="0.0.11" />
Leiningen
[org.defendev/common-jdk "0.0.11"]
Apache Buildr
'org.defendev:common-jdk:jar:0.0.11'