How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.lorenzobettini.klaim</groupId>
<artifactId>xklaim.target</artifactId>
<version>2.4.0</version>
</dependency>
Choose a version of io.github.lorenzobettini.klaim : xklaim.target to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.4.x |
xklaim.target-2.4.0
|
||
2.3.x |
xklaim.target-2.3.0
|
||
2.2.x |
xklaim.target-2.2.0
|
||
2.1.x |
xklaim.target-2.1.0
|
||
2.0.x |
xklaim.target-2.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.lorenzobettini.klaim</groupId>
<artifactId>xklaim.target</artifactId>
<version>2.4.0</version>
</dependency>
Advertisement