Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oldstuffs/bukkit-version

Moved to https://github.com/Infumia/InfumiaLib
https://github.com/oldstuffs/bukkit-version

bukkit

Last synced: 11 days ago
JSON representation

Moved to https://github.com/Infumia/InfumiaLib

Awesome Lists containing this project

README

        

[![idea](https://www.elegantobjects.org/intellij-idea.svg)](https://www.jetbrains.com/idea/)

![master](https://github.com/portlek/bukkit-version/workflows/build/badge.svg)
[![Release](https://jitpack.io/v/portlek/bukkit-version.svg)](https://jitpack.io/#portlek/bukkit-version)

## How to Use

### Maven

```xml



org.apache.maven.plugins
maven-shade-plugin
3.2.4


package

shade


true
false





```

```xml


jitpack
https://jitpack.io/

```

```xml


com.github.portlek
bukkit-version
${version}

```

### Gradle

```groovy
plugins {
id "com.github.johnrengelman.shadow" version "7.0.0"
}
```

```groovy
repositories {
maven {
url "https://jitpack.io"
}
}
```

```groovy
dependencies {
implementation("com.github.portlek:bukkit-version:${version}")
}
```