| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.eismaenners |
| Идентификатор | Идентификаторagatonsax |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеagatonsax
Parse large XML files from a stream using a SAX parser.
You can either create your XML specification manually and
have fine grained control what should be done when an element is parsed.
Or you add a set of classes that will then create the parsing tree based
on jakarta XML annotations.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| agatonsax-0.0.1.pom | |
| agatonsax-0.0.1.jar | 27 KB |
| agatonsax-0.0.1-sources.jar | 13 KB |
| agatonsax-0.0.1-javadoc.jar | 492 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.eismaenners/agatonsax/ -->
<dependency>
<groupId>de.eismaenners</groupId>
<artifactId>agatonsax</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.eismaenners/agatonsax/
implementation 'de.eismaenners:agatonsax:0.0.1'
// https://jarcasting.com/artifacts/de.eismaenners/agatonsax/
implementation ("de.eismaenners:agatonsax:0.0.1")
'de.eismaenners:agatonsax:jar:0.0.1'
<dependency org="de.eismaenners" name="agatonsax" rev="0.0.1">
<artifact name="agatonsax" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.eismaenners', module='agatonsax', version='0.0.1')
)
libraryDependencies += "de.eismaenners" % "agatonsax" % "0.0.1"
[de.eismaenners/agatonsax "0.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| jakarta.xml.bind : jakarta.xml.bind-api | jar | 3.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sun.xml.bind : jaxb-impl | jar | 3.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |