EXIficient
EXIficient core part of the open source implementation of the W3C Efficient XML Interchange (EXI) format specification.
License |
License |
---|---|
GroupId | GroupIdcom.siemens.ct.exi |
ArtifactId | ArtifactIdexificient-core |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEXIficient-Core
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.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationSiemens AG |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
exificient-core-1.0.4.pom | |
exificient-core-1.0.4.jar | 289 KB |
exificient-core-1.0.4-tests.jar | 48 KB |
exificient-core-1.0.4-sources.jar | 337 KB |
exificient-core-1.0.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.siemens.ct.exi/exificient-core/ -->
<dependency>
<groupId>com.siemens.ct.exi</groupId>
<artifactId>exificient-core</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.siemens.ct.exi/exificient-core/
implementation 'com.siemens.ct.exi:exificient-core:1.0.4'
// https://jarcasting.com/artifacts/com.siemens.ct.exi/exificient-core/
implementation ("com.siemens.ct.exi:exificient-core:1.0.4")
'com.siemens.ct.exi:exificient-core:jar:1.0.4'
<dependency org="com.siemens.ct.exi" name="exificient-core" rev="1.0.4">
<artifact name="exificient-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.siemens.ct.exi', module='exificient-core', version='1.0.4')
)
libraryDependencies += "com.siemens.ct.exi" % "exificient-core" % "1.0.4"
[com.siemens.ct.exi/exificient-core "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
xmlunit : xmlunit | jar | 1.6 |
EXIficient core part of the open source implementation of the W3C Efficient XML Interchange (EXI) format specification.