v11.3.0
Maven
<dependency>
    <groupId>com.github.cryptomorin</groupId>
    <artifactId>XSeries</artifactId>
    <version>11.3.0</version>
</dependency>Gradle
repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:11.3.0")
}Important
Don't forget to shade the library.
- Replaced all JavaX annotations with JetBrains annotations.
- Added more annotations to XSkull APIs.
- Fixed some errors with XSkull API (specially when used for XItemStack) (Fixes #300)
- Added AggregateReflectiveSupplier
- Added more tests.
- XSkull will now try to create less verbose profile values which can be used for XItemStack but requires extra settings.