| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.giffing.easyxml |
| Идентификатор | Идентификаторeasyxml-parent |
| Версия | Версия0.0.7 |
| Тип | Типpom |
| Описание |
Описаниеeasyxml
Simplifies parsing and modifying of (huge) XML streams (files) based on the StAX parser with combination of JAXB or JDom2
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| easyxml-parent-0.0.7.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.giffing.easyxml/easyxml-parent/ -->
<dependency>
<groupId>com.giffing.easyxml</groupId>
<artifactId>easyxml-parent</artifactId>
<version>0.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.giffing.easyxml/easyxml-parent/
implementation 'com.giffing.easyxml:easyxml-parent:0.0.7'
// https://jarcasting.com/artifacts/com.giffing.easyxml/easyxml-parent/
implementation ("com.giffing.easyxml:easyxml-parent:0.0.7")
'com.giffing.easyxml:easyxml-parent:pom:0.0.7'
<dependency org="com.giffing.easyxml" name="easyxml-parent" rev="0.0.7">
<artifact name="easyxml-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.giffing.easyxml', module='easyxml-parent', version='0.0.7')
)
libraryDependencies += "com.giffing.easyxml" % "easyxml-parent" % "0.0.7"
[com.giffing.easyxml/easyxml-parent "0.0.7"]