is not current version
Last Version 1.0.11

org.databene:databene-commons 1.0.0

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

Categories

Categories

Data
GroupId

GroupId

org.databene
ArtifactId

ArtifactId

databene-commons
Version

Version

1.0.0
Type

Type

jar

Download databene-commons 1.0.0


<!-- https://jarcasting.com/artifacts/org.databene/databene-commons/ -->
<dependency>
    <groupId>org.databene</groupId>
    <artifactId>databene-commons</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.databene/databene-commons/
implementation 'org.databene:databene-commons:1.0.0'
// https://jarcasting.com/artifacts/org.databene/databene-commons/
implementation ("org.databene:databene-commons:1.0.0")
'org.databene:databene-commons:jar:1.0.0'
<dependency org="org.databene" name="databene-commons" rev="1.0.0">
  <artifact name="databene-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.databene', module='databene-commons', version='1.0.0')
)
libraryDependencies += "org.databene" % "databene-commons" % "1.0.0"
[org.databene/databene-commons "1.0.0"]