Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
/ common-j Public archive

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

License

Notifications You must be signed in to change notification settings

SladeThe/common-j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages