Getting Started# Requirements# JDK 17 or later Installation# MxPack is available from Maven Central. pom.xmlbuild.gradle.ktsbuild.gradle <dependency> <groupId>org.odenix.mxpack</groupId> <artifactId>mxpack-core</artifactId> <version>${mxpackVersion}</version> </dependency> dependencies { implementation("org.odenix.mxpack:mxpack-core:${mxpackVersion}") } dependencies { implementation "org.odenix.mxpack:mxpack-core:${mxpackVersion}" }