net.lecousin.framework:serialization

This POM defines common properties and plugins for other projects, such as checkstyle, spotbugs or Java version

License

License

Categories

Categories

Net Serialization Data Data Formats
GroupId

GroupId

net.lecousin.framework
ArtifactId

ArtifactId

serialization
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

pom
Description

Description

This POM defines common properties and plugins for other projects, such as checkstyle, spotbugs or Java version
Source Code Management

Source Code Management

https://github.com/lecousin/java-framework-serialization

Download serialization

Filename Size
serialization-0.3.0.pom 2 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/net.lecousin.framework/serialization/ -->
<dependency>
    <groupId>net.lecousin.framework</groupId>
    <artifactId>serialization</artifactId>
    <version>0.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.lecousin.framework/serialization/
implementation 'net.lecousin.framework:serialization:0.3.0'
// https://jarcasting.com/artifacts/net.lecousin.framework/serialization/
implementation ("net.lecousin.framework:serialization:0.3.0")
'net.lecousin.framework:serialization:pom:0.3.0'
<dependency org="net.lecousin.framework" name="serialization" rev="0.3.0">
  <artifact name="serialization" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.lecousin.framework', module='serialization', version='0.3.0')
)
libraryDependencies += "net.lecousin.framework" % "serialization" % "0.3.0"
[net.lecousin.framework/serialization "0.3.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • serialization-api
  • json
  • xml
  • serialization-tests

lecousin.net - Serialization

This library provides serialization to and from different formats, as well as tools to parse and generate those formats.

Currently supported formats are:

  • XML
  • JSON

Build status

Current version - branch master

Maven Central build status build status Codecov

Modules:

  • XML Javadoc
  • JSON Javadoc

Sonar Sonar Sonar Sonar Sonar

Development branch

build status build status Codecov

Sonar Sonar Sonar Sonar Sonar

Versions

Version
0.3.0