Skip to content

RezzedUp/Versions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎯️ Versions

Semantic versioning.

Maven

<dependency>
    <groupId>com.rezzedup.util</groupId>
    <artifactId>versions</artifactId>
    <version><!--release--></version>
</dependency>

Versions

Find available versions on the releases page of this repository.

Note: Snapshot Versions

ℹ️ Snapshot releases are available at the following repository:

<repositories>
    <repository>
        <id>ossrh-snapshots</id>
        <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
    </repository>
</repositories>
Note: Shading

ℹ️ If you intend to shade this library, please consider relocating the packages to avoid potential conflicts with other projects. This library also utilizes nullness annotations, which may be undesirable in a shaded uber-jar. They can safely be excluded, and you are encouraged to do so.

Releases

No releases published

Packages

No packages published

Languages