How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>kapture-annotations</artifactId>
<version>0.1.7</version>
</dependency>
Choose a version of co.touchlab : kapture-annotations to add to Maven - Latest Versions:
POM as dependency in dependencyManagement
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>kapture-annotations</artifactId>
<version>0.1.7</version>
</dependency>