is not current version
Last Version 1.0.14

org.databene:databene-formats 1.0.0

'Databene Formats' is an open source software library for supporting data file and other formats like CSV, fixed width files, XLS, Properties and Regex. It is designed for multithreaded use and high performance.

Categories

Categories

Data ORM
GroupId

GroupId

org.databene
ArtifactId

ArtifactId

databene-formats
Version

Version

1.0.0
Type

Type

jar

Download databene-formats 1.0.0


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