How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.taymindis</groupId>
<artifactId>Channeling</artifactId>
<version>2.3.2</version>
</dependency>
Choose a version of com.github.taymindis : Channeling to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
Channeling-2.3.2
|
||
Channeling-2.3.1
|
|||
1.0.x |
Channeling-1.0.3
|
||
Channeling-1.0.1
|
|||
Channeling-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.taymindis</groupId>
<artifactId>Channeling</artifactId>
<version>2.3.2</version>
</dependency>
Advertisement