How to install the Java artifact io.rocketbase.commons.commons-auth-api with Maven
Java
Maven
pom.xml
io.rocketbase.commons
commons-auth-api
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>io.rocketbase.commons</groupId>
<artifactId>commons-auth-api</artifactId>
<version>4.2.0</version>
</dependency>
/dependencies>