Modrinth4J
A fully-compliant Java wrapper for the Modrinth API
Install / Use
/learn @masecla22/Modrinth4JREADME
Features:
This API presents a (more than) full up-to-date coverage of the Modrinth API, allowing for intuitive native integration with existing java projects.
Adding to a project:
Stable Release Channel
Modrinth4J is distributed through Maven Central, so just adding the following is enough.
Gradle:
dependencies {
implementation 'dev.masecla:Modrinth4J:2.0.0'
}
Maven
<dependency>
<groupId>dev.masecla</groupId>
<artifactId>Modrinth4J</artifactId>
<version>2.0.0</version>
</dependency>
Bleeding Edge
The following is for running Modrinth4J on the bleeding edge.
Gradle:
Add jitpack to the gradle repositories:
repositories {
maven { url "https://jitpack.io" }
}
Add Modrinth4J from jitpack to the dependencies:
dependencies {
implementation 'com.github.masecla22:Modrinth4J:master-SNAPSHOT'
}
Maven:
Add jitpack to your maven repositories:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add Modrinth4J from jitpack:
<dependency>
<groupId>com.github.masecla22</groupId>
<artifactId>Modrinth4J</artifactId>
<version>master-SNAPSHOT</version>
</dependency>
Examples:
[insert examples]
Related Skills
node-connect
347.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.6kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.6kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
