Java Achievements?

So, I’m porting a game from LÖVE to LibGDX for Android. The game is Mr. BallGuy. The game has achievements. Now, for the web I plan on using Clay.io for achievements. For Android I plan on using Googles own achievements thing. For iOS(IF I PORT) I plan on using GameCentre. But for the desktop: I’m lost.

JAchievements is the only thing I can think of using, but isn’t exactly what I’m looking for. The library I used is LÖVEAchievements. Check it out here: https://github.com/LiquidHelium/LoveAchievements/wiki. I’m looking for a library for Java that provides the same functionality as this one does.

Thanks! Any help is appreciated!