j

jsefa-android

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.
http://jsefa.sf.net
Files download
File Operation
jsefa-android-1.1.1.RELEASE.jar download
jsefa-android-1.1.1.RELEASE.pom download
jsefa-android-1.1.1.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.jsefa</groupId>
  <artifactId>jsefa-android</artifactId>
  <version>1.1.1.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'net.sf.jsefa:jsefa-android:1.1.1.RELEASE'
Gradle Kotlin
implementation("net.sf.jsefa:jsefa-android:1.1.1.RELEASE")
Scala SBT
libraryDependencies += "net.sf.jsefa" % "jsefa-android" % "1.1.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.jsefa', module='jsefa-android', version='1.1.1.RELEASE')
)
Apache Ivy
<dependency org="net.sf.jsefa" name="jsefa-android" rev="1.1.1.RELEASE" />
Leiningen
[net.sf.jsefa/jsefa-android "1.1.1.RELEASE"]
Apache Buildr
'net.sf.jsefa:jsefa-android:jar:1.1.1.RELEASE'