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).
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGithub Инструменты разработки Контроль версий |
| Группа | Группаcom.github.jmodel |
| Идентификатор | Идентификаторcom.github.jmodel.parent |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| com.github.jmodel.parent-0.0.1.pom | 7 KB |
| Обзор |
<!-- 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"]
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).