Download exificient-core-1.0.0.jar file - Jar e

Jar examples for e:exificient-core

Description

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.

You can download jar file exificient-core 1.0.0 in this page.

License

MIT License

Build File

You can use the following script to add exificient-core-1.0.0.jar to your project.

<dependency>
   <groupId>com.siemens.ct.exi</groupId>
   <artifactId>exificient-core</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.siemens.ct.exi', name: 'exificient-core', version: '1.0.0'
libraryDependencies += "com.siemens.ct.exi" % "exificient-core" % "1.0.0"
<dependency org="com.siemens.ct.exi" name="exificient-core" rev="1.0.0"/>
@Grapes(@Grab(group='com.siemens.ct.exi', module='exificient-core', version='1.0.0'))
'com.siemens.ct.exi:exificient-core:jar:1.0.0'

Download

Click the following link to download the jar file.

exificient-core-1.0.0-javadoc.jar
exificient-core-1.0.0-sources.jar
exificient-core-1.0.0-tests.jar
exificient-core-1.0.0.jar
exificient-core-1.0.0.pom



Related Tutorials