is not current version
Last Version 1.1.3-jdk-11

com.rapiddweller:rd-lib-common 1.0.13+jdk-8

'rapiddweller Common' is an open source Java library forked from Databene Commons by Volker Bergmann. It provides extensions to the Java core library by utility classes, abstract concepts and concrete implementations.

GroupId

GroupId

com.rapiddweller
ArtifactId

ArtifactId

rd-lib-common
Version

Version

1.0.13+jdk-8
Type

Type

jar

Download rd-lib-common 1.0.13+jdk-8


<!-- https://jarcasting.com/artifacts/com.rapiddweller/rd-lib-common/ -->
<dependency>
    <groupId>com.rapiddweller</groupId>
    <artifactId>rd-lib-common</artifactId>
    <version>1.0.13+jdk-8</version>
</dependency>
// https://jarcasting.com/artifacts/com.rapiddweller/rd-lib-common/
implementation 'com.rapiddweller:rd-lib-common:1.0.13+jdk-8'
// https://jarcasting.com/artifacts/com.rapiddweller/rd-lib-common/
implementation ("com.rapiddweller:rd-lib-common:1.0.13+jdk-8")
'com.rapiddweller:rd-lib-common:jar:1.0.13+jdk-8'
<dependency org="com.rapiddweller" name="rd-lib-common" rev="1.0.13+jdk-8">
  <artifact name="rd-lib-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rapiddweller', module='rd-lib-common', version='1.0.13+jdk-8')
)
libraryDependencies += "com.rapiddweller" % "rd-lib-common" % "1.0.13+jdk-8"
[com.rapiddweller/rd-lib-common "1.0.13+jdk-8"]