jmodel Parent

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.parent
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

jmodel Parent
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.
Project URL

Project URL

https://github.com/jmodel/jmodel
Source Code Management

Source Code Management

https://github.com/jmodel/jmodel.git

Download com.github.jmodel.parent

How to add to project

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

Dependencies

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

Project Modules

  • ../com.github.jmodel.api
  • ../com.github.jmodel.impl
  • ../../jmodel-mapper/com.github.jmodel.mapper.api
  • ../../jmodel-mapper/com.github.jmodel.mapper.impl
  • ../../jmodel-validation/com.github.jmodel.validation.api
  • ../../jmodel-validation/com.github.jmodel.validation.impl

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