How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.tesler</groupId>
<artifactId>tesler-vanilla</artifactId>
<version>2.3.0</version>
</dependency>
Choose a version of io.tesler : tesler-vanilla to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
tesler-vanilla-2.3.0
|
||
tesler-vanilla-2.3.0.RC4
|
|||
tesler-vanilla-2.3.0.RC3
|
|||
tesler-vanilla-2.3.0.RC2
|
|||
tesler-vanilla-2.3.0.RC1
|
|||
2.2.x |
tesler-vanilla-2.2.0
|
||
tesler-vanilla-2.2.0.RC2
|
|||
tesler-vanilla-2.2.0.RC1
|
|||
2.1.x |
tesler-vanilla-2.1.1
|
||
tesler-vanilla-2.1.0
|
|||
2.0.x |
tesler-vanilla-2.0.3
|
||
tesler-vanilla-2.0.2
|
|||
tesler-vanilla-2.0.1
|
|||
tesler-vanilla-2.0.0
|
|||
1.0.x |
tesler-vanilla-1.0.4
|
||
tesler-vanilla-1.0.3
|
|||
tesler-vanilla-1.0.2
|
|||
tesler-vanilla-1.0.1
|
|||
1.0 |
tesler-vanilla-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.tesler</groupId>
<artifactId>tesler-vanilla</artifactId>
<version>2.3.0</version>
</dependency>
Advertisement