How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-plugin-internal-preset</artifactId>
<version>0.8.0</version>
</dependency>
Choose a version of io.github.amyassist : amy-plugin-internal-preset to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8.x |
amy-plugin-internal-preset-0.8.0
|
||
0.7.x |
amy-plugin-internal-preset-0.7.1
|
||
amy-plugin-internal-preset-0.7.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-plugin-internal-preset</artifactId>
<version>0.8.0</version>
</dependency>
Advertisement