Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.18 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.18 KB

pericopist-core

Maven Central (replace ${pericopistVersion} with this version)

Description

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.

Using the library

Usage

You can find the information how to use the library in the usage file of the documentation.

Dependencies

Maven

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>

Gradle

To add the dependency using Gradle just add the following line to your dependencies:

compile 'org.cubeengine.pericopist-core:${pericopistVersion}'