How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>jakarta.nosql.tck.communication</groupId>
<artifactId>communication-tck</artifactId>
<version>1.0.0-b5</version>
</dependency>
Choose a version of jakarta.nosql.tck.communication : communication-tck to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
communication-tck-1.0.0-b5
|
||
communication-tck-1.0.0-b4
|
|||
communication-tck-1.0.0-b3
|
|||
communication-tck-1.0.0-b2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>jakarta.nosql.tck.communication</groupId>
<artifactId>communication-tck</artifactId>
<version>1.0.0-b5</version>
</dependency>
Advertisement