| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.xanot |
| Идентификатор | Идентификаторxanot |
| Последняя версия | Последняя версия1.0.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеXanot - OXM Object XML Mapper
Xanot is a kind of XML to Object Mapper.
Very similar to what Apache have done with Commons-Digester,
it basicaly maps XML data to an object model.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| xanot-1.0.6.pom | |
| xanot-1.0.6.jar | 50 KB |
| xanot-1.0.6-sources.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.xanot/xanot/ -->
<dependency>
<groupId>org.xanot</groupId>
<artifactId>xanot</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.xanot/xanot/
implementation 'org.xanot:xanot:1.0.6'
// https://jarcasting.com/artifacts/org.xanot/xanot/
implementation ("org.xanot:xanot:1.0.6")
'org.xanot:xanot:jar:1.0.6'
<dependency org="org.xanot" name="xanot" rev="1.0.6">
<artifact name="xanot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xanot', module='xanot', version='1.0.6')
)
libraryDependencies += "org.xanot" % "xanot" % "1.0.6"
[org.xanot/xanot "1.0.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| log4j : log4j | jar | 1.2.8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |