How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.kerubistan.kroki</groupId>
<artifactId>kroki-flyweight</artifactId>
<version>1.23</version>
</dependency>
Choose a version of io.github.kerubistan.kroki : kroki-flyweight to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.23 |
kroki-flyweight-1.23
|
||
1.22 |
kroki-flyweight-1.22
|
||
1.21 |
kroki-flyweight-1.21
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.kerubistan.kroki</groupId>
<artifactId>kroki-flyweight</artifactId>
<version>1.23</version>
</dependency>
Advertisement