How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.blazebit</groupId>
<artifactId>blaze-weblink-modules-authentication</artifactId>
<version>0.2.1</version>
</dependency>
Choose a version of com.blazebit : blaze-weblink-modules-authentication to add to Maven - Latest Versions:
POM as dependency in dependencyManagement
<dependency>
<groupId>com.blazebit</groupId>
<artifactId>blaze-weblink-modules-authentication</artifactId>
<version>0.2.1</version>
</dependency>