GitHub - SladeThe/common-j: Remake of Codeforces/codeforces-commons with a minimal set of dependencies and w/o any uncommon code.

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Jan 25, 2023. It is now read-only.

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.

Resources

Readme

License

Apache-2.0 license

Activity

Stars

0 stars

Watchers

1 watching

Forks

1 fork