How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.itxtech</groupId>
<artifactId>mcl</artifactId>
<version>2.1.2</version>
</dependency>
Choose a version of org.itxtech : mcl to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
mcl-2.1.2
|
||
mcl-2.1.0
|
|||
2.0.x |
mcl-2.0.1
|
||
mcl-2.0.0
|
|||
mcl-2.0.0-beta.3
|
|||
mcl-2.0.0-beta.2
|
|||
mcl-2.0.0-beta.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.itxtech</groupId>
<artifactId>mcl</artifactId>
<version>2.1.2</version>
</dependency>
Advertisement