How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.takari.siesta</groupId>
<artifactId>siesta</artifactId>
<version>2.3.2</version>
</dependency>
Choose a version of io.takari.siesta : siesta to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
siesta-2.3.2
|
||
siesta-2.3.1
|
|||
siesta-2.3.0
|
|||
2.2.x |
siesta-2.2.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.takari.siesta</groupId>
<artifactId>siesta</artifactId>
<version>2.3.2</version>
</dependency>
Advertisement