Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oldstuffs/bukkit-version
- Owner: oldstuffs
- License: mit
- Archived: true
- Created: 2020-06-01T14:27:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T18:29:20.000Z (over 3 years ago)
- Last Synced: 2024-09-19T04:56:35.220Z (4 months ago)
- Topics: bukkit
- Language: Java
- Homepage:
- Size: 104 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}")
}
```