How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.freefair.compress</groupId>
<artifactId>io.freefair.compress.gradle.plugin</artifactId>
<version>8.2.2</version>
</dependency>
Choose a version of io.freefair.compress : io.freefair.compress.gradle.plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
8.2.x |
io.freefair.compress.gradle.plugin-8.2.2
|
||
io.freefair.compress.gradle.plugin-8.2.1
|
|||
8.1.x |
io.freefair.compress.gradle.plugin-8.1.0
|
||
8.0.x |
io.freefair.compress.gradle.plugin-8.0.1
|
||
io.freefair.compress.gradle.plugin-8.0.0-rc4
|
|||
io.freefair.compress.gradle.plugin-8.0.0-rc3
|
|||
6.6.x |
io.freefair.compress.gradle.plugin-6.6.3
|
||
io.freefair.compress.gradle.plugin-6.6.2
|
|||
io.freefair.compress.gradle.plugin-6.6.1
|
|||
6.6 |
io.freefair.compress.gradle.plugin-6.6
|
||
io.freefair.compress.gradle.plugin-6.6-rc1
|
|||
6.5.x |
io.freefair.compress.gradle.plugin-6.5.1
|
||
io.freefair.compress.gradle.plugin-6.5.0.3
|
|||
io.freefair.compress.gradle.plugin-6.5.0.2
|
|||
io.freefair.compress.gradle.plugin-6.5.0.1
|
|||
io.freefair.compress.gradle.plugin-6.5.0
|
|||
io.freefair.compress.gradle.plugin-6.5.0-rc1
|
|||
6.4.x |
io.freefair.compress.gradle.plugin-6.4.3.1
|
||
io.freefair.compress.gradle.plugin-6.4.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.freefair.compress</groupId>
<artifactId>io.freefair.compress.gradle.plugin</artifactId>
<version>8.2.2</version>
</dependency>
Advertisement