| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sourceforge.xbis |
| Идентификатор | Идентификаторxbis |
| Последняя версия | Последняя версия0.9.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеXML Binary Infoset
XBIS is an encoding format for XML documents that is fully convertible to and from text,
with information set equivalence between the original document text and regenerated document text.
It's intended for use in transmitting XML documents between application components, and is therefore
designed for processing speed. The current Java language implementation offers several times
the performance of SAX2 parsers working from text documents across a wide range of document types and
sizes, and across JVMs tested, while also providing a substantial reduction in document size for most
types of XML documents.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| xbis-0.9.5.pom | |
| xbis-0.9.5.jar | 106 KB |
| xbis-0.9.5-sources.jar | 182 KB |
| xbis-0.9.5-javadoc.jar | 505 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.xbis/xbis/ -->
<dependency>
<groupId>net.sourceforge.xbis</groupId>
<artifactId>xbis</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.xbis/xbis/
implementation 'net.sourceforge.xbis:xbis:0.9.5'
// https://jarcasting.com/artifacts/net.sourceforge.xbis/xbis/
implementation ("net.sourceforge.xbis:xbis:0.9.5")
'net.sourceforge.xbis:xbis:jar:0.9.5'
<dependency org="net.sourceforge.xbis" name="xbis" rev="0.9.5">
<artifact name="xbis" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.xbis', module='xbis', version='0.9.5')
)
libraryDependencies += "net.sourceforge.xbis" % "xbis" % "0.9.5"
[net.sourceforge.xbis/xbis "0.9.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| jdom : jdom | jar | 1.0 |
| xerces : xercesImpl | jar | 2.9.1 |