e

exificient-gui

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