License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.jsefa |
ArtifactId | ArtifactIdjsefa-android |
Last Version | Last Version1.1.1.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Simple Exchange Format API (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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jsefa-android-1.1.1.RELEASE.pom | |
jsefa-android-1.1.1.RELEASE.jar | 279 KB |
jsefa-android-1.1.1.RELEASE-sources.jar | 298 KB |
jsefa-android-1.1.1.RELEASE-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jsefa/jsefa-android/ -->
<dependency>
<groupId>net.sf.jsefa</groupId>
<artifactId>jsefa-android</artifactId>
<version>1.1.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jsefa/jsefa-android/
implementation 'net.sf.jsefa:jsefa-android:1.1.1.RELEASE'
// https://jarcasting.com/artifacts/net.sf.jsefa/jsefa-android/
implementation ("net.sf.jsefa:jsefa-android:1.1.1.RELEASE")
'net.sf.jsefa:jsefa-android:jar:1.1.1.RELEASE'
<dependency org="net.sf.jsefa" name="jsefa-android" rev="1.1.1.RELEASE">
<artifact name="jsefa-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jsefa', module='jsefa-android', version='1.1.1.RELEASE')
)
libraryDependencies += "net.sf.jsefa" % "jsefa-android" % "1.1.1.RELEASE"
[net.sf.jsefa/jsefa-android "1.1.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
xmlpull : xmlpull | jar | 1.1.2.1 |