kavaref-jvm

Maven CentralMaven metadata URL

This is the core base module for KavaRef on the JVM platform.

Configure Dependency

You can add this module to your project using the following method.

We recommend that you first refer to kavaref-bom to use BOM for unified version management.

Add dependency in your project's gradle/libs.versions.toml.

[versions]
kavaref-jvm = "<version>"

[libraries]
kavaref-jvm = { module = "com.highcapable.kavaref:kavaref-jvm", version.ref = "kavaref-jvm" }

Configure dependency in your project's build.gradle.kts.

implementation(libs.kavaref.jvm)

Please change <version> to the version displayed at the top of this document.

Traditional Method

Configure dependency in your project's build.gradle.kts.

implementation("com.highcapable.kavaref:kavaref-jvm:<version>")

Please change <version> to the version displayed at the top of this document.

Function Introduction

The core base module provides essential support for using KavaRef on the JVM platform. It does not expose any public API for direct use. Please refer to kavaref-core to utilize these functionalities.