Go to file
dependabot[bot] 743f62e8bd
Bump com.github.decentsoftware-eu:decentholograms from 2.8.4 to 2.8.8 (#103)
Bumps [com.github.decentsoftware-eu:decentholograms](https://github.com/DecentSoftware-eu/DecentHolograms) from 2.8.4 to 2.8.8.
- [Release notes](https://github.com/DecentSoftware-eu/DecentHolograms/releases)
- [Commits](https://github.com/DecentSoftware-eu/DecentHolograms/compare/2.8.4...2.8.8)

---
updated-dependencies:
- dependency-name: com.github.decentsoftware-eu:decentholograms
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-04 17:37:45 +02:00
.github ci: configure SFTP-Cache for SpraxDev/Action-SpigotMC 2024-05-09 21:53:46 +02:00
Compatibility Fix reflection issues 2024-05-26 19:45:48 +02:00
Core Bump com.github.decentsoftware-eu:decentholograms from 2.8.4 to 2.8.8 (#103) 2024-06-04 17:37:45 +02:00
NMS Release v3.0.7-SNAPSHOT 2024-05-09 22:03:10 +02:00
.editorconfig chore: Update .editorconfig 2024-03-26 21:24:22 +01:00
.gitignore Add dependencies for unit tests 2021-10-30 14:53:23 +02:00
LICENSE Switch LICENSE from GPLv3 to CC BY-NC-ND 4.0 2023-03-29 18:06:35 +02:00
pom.xml Release v3.0.7-SNAPSHOT 2024-05-09 22:03:10 +02:00
README.md docs: Update files to reflect repository rename to 'SongodaCore' 2024-03-26 20:41:28 +01:00

SongodaCore

An elaborate multi functional general Spigot plugin compatibility core and general use API.

Discord Patreon
Build Latest version

Maven

Repository

<repository>
    <id>songoda-public</id>
    <url>https://repo.songoda.com/repository/public/</url>
</repository>

Artifact

<dependency>
  <groupId>com.songoda</groupId>
  <artifactId>SongodaCore</artifactId>
  <version>VERSION</version>
</dependency>

Gradle

Repository

repositories {
    maven {
        url 'https://repo.songoda.com/repository/public/'
    }
}

Artifact

dependencies {
    compileOnly 'com.songoda:SongodaCore:VERSION'
}