How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.cafapi.logging</groupId>
<artifactId>caf-logging</artifactId>
<version>1.3.0-95</version>
</dependency>
Choose a version of com.github.cafapi.logging : caf-logging to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
caf-logging-1.3.0-95
|
||
1.2.x |
caf-logging-1.2.0-67
|
||
1.1.x |
caf-logging-1.1.0-39
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.cafapi.logging</groupId>
<artifactId>caf-logging</artifactId>
<version>1.3.0-95</version>
</dependency>
Advertisement