SladeThe / common-j

Remake of Codeforces/codeforces-commons with a minimal set of dependencies and w/o any uncommon code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SladeThe's Java common code

This library honours the semantic versioning rules except snapshot versions.

Quick usage guide

Add dependency description to Maven's pom.xml:

<dependencies>
    ...
    <dependency>
        <groupId>ru.sladethe</groupId>
        <artifactId>common</artifactId>
        <version>0.2.0</version>
    </dependency>
    ...
</dependencies>

Add repository reference to Maven's pom.xml:

<repositories>
    ...
    <repository>
        <id>sladethe-common-j</id>
        <url>https://github.com/SladeThe/common-j/raw/master/repo/maven/</url>
    </repository>
    ...
</repositories>

About

Remake of Codeforces/codeforces-commons with a minimal set of dependencies and w/o any uncommon code.

License:Apache License 2.0


Languages

Language:Java 99.9%Language:Batchfile 0.1%Language:Shell 0.1%