How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.vvidovic.inspektr</groupId>
<artifactId>inspektr</artifactId>
<version>1.8.GA</version>
</dependency>
Choose a version of com.github.vvidovic.inspektr : inspektr to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.8.x |
inspektr-1.8.GA
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.vvidovic.inspektr</groupId>
<artifactId>inspektr</artifactId>
<version>1.8.GA</version>
</dependency>
Advertisement