Java Simple Exchange Format API

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.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.sf.jsefa
Идентификатор

Идентификатор

jsefa
Последняя версия

Последняя версия

1.1.1.RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

Скачать jsefa

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
xmlpull : xmlpull jar 1.1.2.1

test (2)

Идентификатор библиотеки Тип Версия
commons-lang : commons-lang jar 2.3
junit : junit jar 4.0

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.1.1.RELEASE
1.1.0.RELEASE