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:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
kapture-annotations-0.1.7
|
||
kapture-annotations-0.1.5
|
|||
kapture-annotations-0.1.4
|
|||
kapture-annotations-0.1.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>kapture-annotations</artifactId>
<version>0.1.7</version>
</dependency>
Advertisement