a5c3275967
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api 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> |
1 year ago | |
---|---|---|
.github | 2 years ago | |
gradle/wrapper | 2 years ago | |
images | 2 years ago | |
src | 2 years ago | |
.gitignore | 2 years ago | |
HEADER | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
build.gradle | 1 year ago | |
gradlew | 2 years ago | |
gradlew.bat | 2 years ago | |
jitpack.yml | 2 years ago | |
settings.gradle | 2 years ago |
README.md
PagineDown
PagineDown is a library for generating paginated MineDown-formatted chat menu lists.
Requires Java 11+. PagineDown is a library that is intended to be used with MineDown-adventure (not standalone) -- your project will need to shade MineDown-adventure to use it.
PagineDown (v1.1+) runs on the adventure platform, or on platforms with adventure adapters.
Installation
PagineDown is available on JitPack. You can browse the Javadocs here.
Note that your plugin will also need to shade (or shade a library that includes) MineDown.
Maven
To use the library on Maven, in your pom.xml
file, first add the JitPack repository:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Then, add the dependency in your <dependencies>
section. Remember to replace Tag
with the current PagineDown version.
<dependency>
<groupId>net.william278</groupId>
<artifactId>PagineDown</artifactId>
<version>Tag</version>
<scope>compile</scope>
</dependency>
Gradle & others
JitPack has a handy guide for how to use the dependency with other build platforms.
License
PagineDown is licensed under Apache-2.0.