In order to help you integrate LUWRAIN Books in your Java app or service, we maintain a library in Maven Central. Its binary jar, source code and javadoc are available by the link below:
If your project is built with the mvn
utility,
you can just add the following block to your pom.xml
file to the dependencies
section:
<dependency>
<groupId>org.luwrain</groupId>
<artifactId>luwrain-books-api</artifactId>
<version>0.2.0</version>
</dependency>