EXIficient-Grammars

EXIficient is an open source implementation of the W3C Efficient XML Interchange (EXI) format specification written in the Java programming language. The EXI format is a very compact representation for the Extensible Markup Language (XML) Information Set that is intended to simultaneously optimize performance and the utilization of computational resources.

Лицензия

Лицензия

Группа

Группа

com.siemens.ct.exi
Идентификатор

Идентификатор

exificient-grammars
Последняя версия

Последняя версия

1.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

EXIficient-Grammars
EXIficient is an open source implementation of the W3C Efficient XML Interchange (EXI) format specification written in the Java programming language. The EXI format is a very compact representation for the Extensible Markup Language (XML) Information Set that is intended to simultaneously optimize performance and the utilization of computational resources.
Ссылка на сайт

Ссылка на сайт

http://exificient.github.io/
Организация-разработчик

Организация-разработчик

Siemens AG
Система контроля версий

Система контроля версий

https://github.com/EXIficient/exificient-grammars

Скачать exificient-grammars

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.siemens.ct.exi/exificient-grammars/ -->
<dependency>
    <groupId>com.siemens.ct.exi</groupId>
    <artifactId>exificient-grammars</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.siemens.ct.exi/exificient-grammars/
implementation 'com.siemens.ct.exi:exificient-grammars:1.0.4'
// https://jarcasting.com/artifacts/com.siemens.ct.exi/exificient-grammars/
implementation ("com.siemens.ct.exi:exificient-grammars:1.0.4")
'com.siemens.ct.exi:exificient-grammars:jar:1.0.4'
<dependency org="com.siemens.ct.exi" name="exificient-grammars" rev="1.0.4">
  <artifact name="exificient-grammars" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.siemens.ct.exi', module='exificient-grammars', version='1.0.4')
)
libraryDependencies += "com.siemens.ct.exi" % "exificient-grammars" % "1.0.4"
[com.siemens.ct.exi/exificient-grammars "1.0.4"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.siemens.ct.exi : exificient-core jar 1.0.4
xerces : xercesImpl jar 2.12.0

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
xmlunit : xmlunit jar 1.6
com.siemens.ct.exi : exificient jar 1.0.1

Модули Проекта

Данный проект не имеет модулей.

EXIficient

EXIficient schema-informed grammars part of the open source implementation of the W3C Efficient XML Interchange (EXI) format specification.

See https://www.w3.org/TR/exi/#informedGrammars.

Build Status

Exchange of EXI Grammars

Besides loading XML schemas to EXI grammars directly this project also allows you to exchange EXI grammars in a serialized form.

Currently we support the following mechanisms

  1. Grammars serialized to JavaSourceCode (class com.siemens.ct.exi.grammars.persistency.Grammars2JavaSourceCode explorative)

  2. Grammars serialized in XML (class com.siemens.ct.exi.grammars.persistency.Grammars2X explorative)

  3. Grammars serialized in JSON (class com.siemens.ct.exi.grammars.persistency.Grammars2JSON explorative). See its use in https://github.com/EXIficient/exificient-for-json.

com.siemens.ct.exi

Версии библиотеки

Версия
1.0.4
1.0.1
1.0.0
0.9.7
0.9.6