jmodel Implementation

jmodel provides a simple generic model which is composed of Model (abstract), Entity, Array, Field, along with an extensible analyze framework to parse source object in various formats like JSON, XML, BEAN, or any format you want.

License

License

Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

com.github.jmodel
ArtifactId

ArtifactId

com.github.jmodel.impl
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

jmodel Implementation
jmodel provides a simple generic model which is composed of Model (abstract), Entity, Array, Field, along with an extensible analyze framework to parse source object in various formats like JSON, XML, BEAN, or any format you want.

Download com.github.jmodel.impl

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.6.1
com.fasterxml.jackson.core : jackson-databind jar 2.6.1
org.apache.commons : commons-lang3 jar 3.4
com.github.jmodel : com.github.jmodel.api jar 0.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

jmodel

Convert object in various formats (XML, JSON, Bean, etc) into a simple generic model. The generic model is composed of four concepts (Model, Entity, Array, and Field).

Versions

Version
0.0.1