How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.bes2008.solution.agileway</groupId>
<artifactId>agileway</artifactId>
<version>4.3.1</version>
</dependency>
Choose a version of io.github.bes2008.solution.agileway : agileway to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.3.x |
agileway-4.3.1
|
||
agileway-4.3.0
|
|||
4.2.x |
agileway-4.2.2
|
||
agileway-4.2.1
|
|||
agileway-4.2.0
|
|||
4.1.x |
agileway-4.1.2
|
||
agileway-4.1.1
|
|||
agileway-4.1.0
|
|||
4.0.x |
agileway-4.0.2
|
||
agileway-4.0.1
|
|||
agileway-4.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.bes2008.solution.agileway</groupId>
<artifactId>agileway</artifactId>
<version>4.3.1</version>
</dependency>
Advertisement