How to install the Java artifact io.stargate.auth.authentication with Maven
Java
Maven
pom.xml
io.stargate.auth
authentication
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>io.stargate.auth</groupId>
<artifactId>authentication</artifactId>
<version>0.0.7</version>
</dependency>
/<dependencies>