How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>app.cash.exhaustive</groupId>
<artifactId>exhaustive-annotation-js</artifactId>
<version>0.2.0</version>
</dependency>
Choose a version of app.cash.exhaustive : exhaustive-annotation-js to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.2.x |
exhaustive-annotation-js-0.2.0
|
||
exhaustive-annotation-js-0.2.0-M1
|
|||
0.1.x |
exhaustive-annotation-js-0.1.1
|
||
exhaustive-annotation-js-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>app.cash.exhaustive</groupId>
<artifactId>exhaustive-annotation-js</artifactId>
<version>0.2.0</version>
</dependency>
Advertisement