About eb4j

eb4j is a 100% pure Java library to access electric dictionaries and eBooks based on EB library.

Original author is Hisaya FUKUMOTO and original eb4j is distributed on eb4j.sourceforge.jp The original development and versions had stopped in 2010.

Here is a fork and active development version.

How to install the library

You can install the library from bintray maven repository.

https://bintray.com/beta/#/eb4j/maven/eb4j-core?tab=overview

You need to add a above repository to your project.

Here is an example for configurations;

For Gradle;

implementation 'io.github.eb4j:eb4j:2.0.0'

To use with Maven:

<dependency>
    <groupId>tokyo.northside</groupId>
    <artifactId>eb4j</artifactId>
    <version>2.0.0</version>
    <type>pom</type>
</dependency>

Contacts

You are welcome to make questions, join developments and add documents on wiki!