Download jsefa-1.1.1.RELEASE.jar file - Jar j

Jar examples for j:jsefa

Description

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.

You can download jar file jsefa 1.1.1.RELEASE in this page.

Build File

You can use the following script to add jsefa-1.1.1.RELEASE.jar to your project.

<dependency>
   <groupId>net.sf.jsefa</groupId>
   <artifactId>jsefa</artifactId>
   <version>1.1.1.RELEASE</version>
</dependency>
compile group: 'net.sf.jsefa', name: 'jsefa', version: '1.1.1.RELEASE'
libraryDependencies += "net.sf.jsefa" % "jsefa" % "1.1.1.RELEASE"
<dependency org="net.sf.jsefa" name="jsefa" rev="1.1.1.RELEASE"/>
@Grapes(@Grab(group='net.sf.jsefa', module='jsefa', version='1.1.1.RELEASE'))
'net.sf.jsefa:jsefa:jar:1.1.1.RELEASE'

Download

Click the following link to download the jar file.

jsefa-1.1.1.RELEASE-javadoc.jar
jsefa-1.1.1.RELEASE-sources.jar
jsefa-1.1.1.RELEASE.jar
jsefa-1.1.1.RELEASE.pom



Related Tutorials