Skip to content

Source code for HyLib, a paper plugin and powerful library.

License

Notifications You must be signed in to change notification settings

xhyrom-archive/HyLib

Repository files navigation


HyLib logo

Source code for HyLib, a paper plugin and powerful library.

Docs


Developers

depend:
  - hylib-{platform}

Get jar from repository

Gradle:

repositories {
  maven("https://repo.jopga.me/releases")
}

dependencies {
  compileOnly("me.xhyrom.hylib:hylib-PLATFORM:VERSION")
}

Maven:

<repository>
  <id>jopgamer-repo-releases</id>
  <name>Hyro - Development</name>
  <url>http://repo.jopga.me/releases</url>
</repository>
<dependency>
  <groupId>me.xhyrom.hylib</groupId>
  <artifactId>hylib-PLATFORM</artifactId>
  <version>VERSION</version>
  <scope>provided</scope>
</dependency>

About

Source code for HyLib, a paper plugin and powerful library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages