r

rd-lib-common

'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.
https://www.rapiddweller.com/opensource/rd-lib-common
Apache License 2.0
rapiddweller GmbH
Volker Bergmann Alexander Kell Peter Brinkhoff
文件下载
文件名 操作
rd-lib-common-2.0.1-jdk-11.jar 下载
rd-lib-common-2.0.1-jdk-11.pom 下载
rd-lib-common-2.0.1-jdk-11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.rapiddweller</groupId>
  <artifactId>rd-lib-common</artifactId>
  <version>2.0.1-jdk-11</version>
</dependency>
Gradle Groovy
implementation 'com.rapiddweller:rd-lib-common:2.0.1-jdk-11'
Gradle Kotlin
implementation("com.rapiddweller:rd-lib-common:2.0.1-jdk-11")
Scala SBT
libraryDependencies += "com.rapiddweller" % "rd-lib-common" % "2.0.1-jdk-11"
Groovy Grape
@Grapes(
  @Grab(group='com.rapiddweller', module='rd-lib-common', version='2.0.1-jdk-11')
)
Apache Ivy
<dependency org="com.rapiddweller" name="rd-lib-common" rev="2.0.1-jdk-11" />
Leiningen
[com.rapiddweller/rd-lib-common "2.0.1-jdk-11"]
Apache Buildr
'com.rapiddweller:rd-lib-common:jar:2.0.1-jdk-11'