How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.knotx.codegen-test</groupId>
<artifactId>io.knotx.codegen-test.gradle.plugin</artifactId>
<version>2.3.1</version>
</dependency>
Choose a version of io.knotx.codegen-test : io.knotx.codegen-test.gradle.plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
io.knotx.codegen-test.gradle.plugin-2.3.1
|
||
io.knotx.codegen-test.gradle.plugin-2.3.0
|
|||
2.2.x |
io.knotx.codegen-test.gradle.plugin-2.2.1
|
||
io.knotx.codegen-test.gradle.plugin-2.2.0
|
|||
0.1.x |
io.knotx.codegen-test.gradle.plugin-0.1.4
|
||
io.knotx.codegen-test.gradle.plugin-0.1.3
|
|||
io.knotx.codegen-test.gradle.plugin-0.1.2
|
|||
io.knotx.codegen-test.gradle.plugin-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.knotx.codegen-test</groupId>
<artifactId>io.knotx.codegen-test.gradle.plugin</artifactId>
<version>2.3.1</version>
</dependency>
Advertisement