не последняя версия
Последняя версия 1.1.3-jdk-11

com.rapiddweller:rd-lib-common 1.0.14+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.

Группа

Группа

com.rapiddweller
Идентификатор

Идентификатор

rd-lib-common
Версия

Версия

1.0.14+jdk-8
Тип

Тип

jar

Скачать rd-lib-common 1.0.14+jdk-8


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