How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ch.sahits.game</groupId>
<artifactId>OpenPatrician</artifactId>
<version>1.0.1</version>
</dependency>
Choose a version of ch.sahits.game : OpenPatrician to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
OpenPatrician-1.0.1
|
||
OpenPatrician-1.0.0
|
|||
OpenPatrician-1.0.0_RC3
|
|||
OpenPatrician-1.0.0_RC2
|
|||
0.9.x |
OpenPatrician-0.9.1
|
||
OpenPatrician-0.9.1-RC1
|
|||
OpenPatrician-0.9.0
|
|||
OpenPatrician-0.9.0-RC2
|
|||
OpenPatrician-0.9.0-RC1
|
|||
0.8.x |
OpenPatrician-0.8.0
|
||
OpenPatrician-0.8.0-RC1
|
|||
0.7.x |
OpenPatrician-0.7.0
|
||
OpenPatrician-0.7.0-RC1
|
|||
0.6.x |
OpenPatrician-0.6.0
|
||
OpenPatrician-0.6.0-RC1
|
|||
0.5.x |
OpenPatrician-0.5.0
|
||
OpenPatrician-0.5.0-RC2
|
|||
OpenPatrician-0.5.0-RC1
|
|||
0.4.x |
OpenPatrician-0.4.1
|
||
OpenPatrician-0.4.0
|
|||
0.0.x |
OpenPatrician-0.0.2
|
||
OpenPatrician-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ch.sahits.game</groupId>
<artifactId>OpenPatrician</artifactId>
<version>1.0.1</version>
</dependency>
Advertisement