How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.the-h-team</groupId>
<artifactId>labyrinth</artifactId>
<version>1.9.0</version>
</dependency>
Choose a version of com.github.the-h-team : labyrinth to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.9.x |
labyrinth-1.9.0
|
||
1.8.x |
labyrinth-1.8.1
|
||
labyrinth-1.8.0
|
|||
1.7.x |
labyrinth-1.7.9
|
||
labyrinth-1.7.8
|
|||
labyrinth-1.7.7
|
|||
labyrinth-1.7.6
|
|||
labyrinth-1.7.5
|
|||
labyrinth-1.7.4
|
|||
labyrinth-1.7.3
|
|||
labyrinth-1.7.2
|
|||
labyrinth-1.7.1
|
|||
labyrinth-1.7.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.the-h-team</groupId>
<artifactId>labyrinth</artifactId>
<version>1.9.0</version>
</dependency>
Advertisement