Epublib android

I see the link http://www.siegmann.nl/epublib/android But I can’t download the epub-core lib.jar even in this link. In the “Getting Started” section, compilation using the “mvn” package is mentioned, what does this mean?

0
source share
2 answers

The Github cloud seems to be facing some or other problems with how the URL is encoded. Your problem may also be related to this. You'd better go to the github support forum - they usually respond quickly.

As for the Maven package, you need to download and install maven and use it from your terminal / dos to create the JAR from the source. Maven is a build tool used in Java applications / libraries.

+1
source

You must add slf4j-api and slf4j-simple for http://www.siegmann.nl/epublib/android , as they are dependencies for slf4j-android and made them available to create the path.

+1
source

Source: https://habr.com/ru/post/906530/


All Articles