Most of my projects get frequently released to https://mvn.javacard.pro/maven/
. To use it, add this to your pom.xml
:
<repositories>
<repository>
<id>javacard-pro</id>
<url>https://mvn.javacard.pro/maven/</url>
</repository>
</repositories>
Important
Pushes to Maven Central will not be made.