MVN

org.jsefa : jsefa-parent

Maven & Gradle

Nov 17, 2010

Java Simple Exchange Format API (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.

<dependency>
    <groupId>org.jsefa</groupId>
    <artifactId>jsefa-parent</artifactId>
    <version>0.9.3.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jsefa : jsefa-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.9.3.RELEASE

All Versions

Choose a version of org.jsefa : jsefa-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
jsefa-parent-0.9.3.RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jsefa</groupId>
    <artifactId>jsefa-parent</artifactId>
    <version>0.9.3.RELEASE</version>
</dependency>

Advertisement