j

jsefa-parent

JSefa (Java Simple exchange format api) is a simple library for stream-based serialization of java objects to XML, CSV, FLR or any other format and back again using an iterator-style interface independent of the serialization format. The mapping between java object types and types of the serialization format (e. g. xml complex element types) can be defined either by annotating the java classes or programmatically using a simple API. The current implementation supports XML, CSV and FLR - for XML it is based on JSR 173 for the standard version and XmlPull for the android version.
http://jsefa.sf.net
Apache License, Version 2.0
Norman Lahme-Hütig Sebastian Hoß Matthias Derer Marko Kovacevic
Files download
File Operation
jsefa-parent-0.9.3.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>org.jsefa</groupId>
  <artifactId>jsefa-parent</artifactId>
  <version>0.9.3.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jsefa:jsefa-parent:0.9.3.RELEASE'
Gradle Kotlin
implementation("org.jsefa:jsefa-parent:0.9.3.RELEASE")
Scala SBT
libraryDependencies += "org.jsefa" % "jsefa-parent" % "0.9.3.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.jsefa', module='jsefa-parent', version='0.9.3.RELEASE')
)
Apache Ivy
<dependency org="org.jsefa" name="jsefa-parent" rev="0.9.3.RELEASE" />
Leiningen
[org.jsefa/jsefa-parent "0.9.3.RELEASE"]
Apache Buildr
'org.jsefa:jsefa-parent:jar:0.9.3.RELEASE'
Dependencies