| Лицензия |
Лицензия
Public Domain
|
|---|---|
| Группа | Группаuk.org.retep |
| Идентификатор | Идентификаторniosax |
| Версия | Версия10.6 |
| Тип | Типjar |
| Описание |
ОписаниеretepTools NioSax
NioSax (pronounced 'Neo-Sax') provides a Java NIO friendly XML parser
similar in operation to SAX, however unlike normal SAX, with NioSax it is
possible for the xml source to contain partial content (i.e. only part of
the XML stream has been received).
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикRetep Development Group |
| Имя Файла | Размер |
|---|---|
| niosax-10.6.pom | |
| niosax-10.6.jar | 83 KB |
| niosax-10.6-tests.jar | 16 KB |
| niosax-10.6-sources.jar | 64 KB |
| niosax-10.6-javadoc.jar | 245 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/uk.org.retep/niosax/ -->
<dependency>
<groupId>uk.org.retep</groupId>
<artifactId>niosax</artifactId>
<version>10.6</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep/niosax/
implementation 'uk.org.retep:niosax:10.6'
// https://jarcasting.com/artifacts/uk.org.retep/niosax/
implementation ("uk.org.retep:niosax:10.6")
'uk.org.retep:niosax:jar:10.6'
<dependency org="uk.org.retep" name="niosax" rev="10.6">
<artifact name="niosax" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep', module='niosax', version='10.6')
)
libraryDependencies += "uk.org.retep" % "niosax" % "10.6"
[uk.org.retep/niosax "10.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| uk.org.retep.tools : collections | jar | 10.6 |
| uk.org.retep.tools : encoding | jar | 10.6 |
| uk.org.retep.tools : nio | jar | 10.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| uk.org.retep : testFramework | jar | 10.6 |
| junit : junit | jar | 4.7 |