Keycloak Tokencode Service
Add the dependency to your pom.xml file:
<dependency>
<groupId>net.interus</groupId>
<artifactId>keycloak-tokencode-service</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
Add the dependency to your build.gradle file:
dependencies {
implementation 'net.interus:keycloak-tokencode-service:1.0.0'
}
Then run from the root dir of the project:
mvn install