e

exificient

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/
MIT License
Siemens AG
Daniel Peintner
Files download
File Operation
exificient-0.9.6.jar download
exificient-0.9.6.pom download
exificient-0.9.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.siemens.ct.exi</groupId>
  <artifactId>exificient</artifactId>
  <version>0.9.6</version>
</dependency>
Gradle Groovy
implementation 'com.siemens.ct.exi:exificient:0.9.6'
Gradle Kotlin
implementation("com.siemens.ct.exi:exificient:0.9.6")
Scala SBT
libraryDependencies += "com.siemens.ct.exi" % "exificient" % "0.9.6"
Groovy Grape
@Grapes(
  @Grab(group='com.siemens.ct.exi', module='exificient', version='0.9.6')
)
Apache Ivy
<dependency org="com.siemens.ct.exi" name="exificient" rev="0.9.6" />
Leiningen
[com.siemens.ct.exi/exificient "0.9.6"]
Apache Buildr
'com.siemens.ct.exi:exificient:jar:0.9.6'