How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.truenewx.tnxjeex</groupId>
<artifactId>tnxjeex-openapi</artifactId>
<version>2.6.2</version>
</dependency>
Choose a version of org.truenewx.tnxjeex : tnxjeex-openapi to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.6.x |
tnxjeex-openapi-2.6.2
|
||
tnxjeex-openapi-2.6.1
|
|||
2.3.x |
tnxjeex-openapi-2.3.2
|
||
tnxjeex-openapi-2.3.1
|
|||
2.2.x |
tnxjeex-openapi-2.2.1
|
||
tnxjeex-openapi-2.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.truenewx.tnxjeex</groupId>
<artifactId>tnxjeex-openapi</artifactId>
<version>2.6.2</version>
</dependency>
Advertisement