Skip to content

Instantly share code, notes, and snippets.

@martinpaljak
Last active February 29, 2024 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinpaljak/c77d11d671260e24eef6c39123345cae to your computer and use it in GitHub Desktop.
Save martinpaljak/c77d11d671260e24eef6c39123345cae to your computer and use it in GitHub Desktop.
javacard.pro Maven repository

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>

Pushes to Maven Central happen manually and only for selected final versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment