(replace ${pericopistVersion} with this version)
The core module of the pericopist provides the main functionality. It contains the code which extracts the messages from the source code and generates a message catalog with that information.
Every other module uses the core and adds new functionality.
You can find the information how to use the library in the usage file of the documentation.
To add the dependency using Maven just add the following section to your dependencies:
<dependency>
<groupId>org.cubeengine</groupId>
<artifactId>pericopist-core</artifactId>
<version>${pericopistVersion}</version>
</dependency>
To add the dependency using Gradle just add the following line to your dependencies:
compile 'org.cubeengine.pericopist-core:${pericopistVersion}'