[liblouis-liblouisxml] Java bindings on Maven Central

  • From: Bert Frees <bertfrees@xxxxxxxxx>
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Wed, 19 Dec 2012 10:33:26 +0100

This is for the Java developers:

I have put my Java bindings for liblouis on Maven Central. In your Maven projects, you can now add liblouis as a dependency like this:

|<||dependency||>|
|||<||groupId||>org.liblouis</||groupId||>|
|||<||artifactId||>liblouis-java</||artifactId||>|
|||<||version||>1.0.0</||version||>|
|</||dependency||>|

There's also a second package which contains the precompiled binaries and the header files of liblouis:

|<||dependency||>|
|||<||groupId||>org.liblouis</||groupId||>|
|||<||artifactId||>louis</||artifactId||>|
|||<||version||>2.5.2</||version||>|||
|||<||type||>nar</||type||>|
|</||dependency||>|

Currently there's only Linux 32- and 64-bit, I will add Mac versions soon. An example of how to use it in another project can be found in liblouis-java.

Links:
-------
http://search.maven.org/#artifactdetails%7Corg.liblouis%7Cliblouis-java%7C1.0.0%7Cjar
http://search.maven.org/#artifactdetails%7Corg.liblouis%7Clouis%7C2.5.2%7Cnar

Other related posts:

  • » [liblouis-liblouisxml] Java bindings on Maven Central - Bert Frees