How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>app.cash.backfila</groupId>
<artifactId>bom</artifactId>
<version>2023.08.23.155551-c1a3041</version>
</dependency>
Choose a version of app.cash.backfila : bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2023.08.x |
bom-2023.08.23.155551-c1a3041
|
||
bom-2023.08.17.133453-a8bbd14
|
|||
bom-2023.08.14.172409-6d1d2a2
|
|||
bom-2023.08.14.134315-5681d5d
|
|||
bom-2023.08.04.170143-1e1c612
|
|||
bom-2023.08.02.132800-d71d40b
|
|||
bom-2023.08.01.145714-dfedd42
|
|||
2023.07.x |
bom-2023.07.31.163139-a2817b5
|
||
bom-2023.07.13.191804-0066e62
|
|||
2023.06.x |
bom-2023.06.28.110251-c4654de
|
||
bom-2023.06.26.123827-b11bcae
|
|||
bom-2023.06.19.151815-a577398
|
|||
bom-2023.06.07.175826-9233876
|
|||
bom-2023.06.07.140451-1f402c7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>app.cash.backfila</groupId>
<artifactId>bom</artifactId>
<version>2023.08.23.155551-c1a3041</version>
</dependency>
Advertisement