How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jrebirth.af</groupId>
<artifactId>tooling</artifactId>
<version>jrebirth-maven-plugin</version>
</dependency>
Choose a version of org.jrebirth.af : tooling to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
8.6.x |
tooling-8.6.0
|
||
jrebirth |
tooling-jrebirth-maven-plugin
|
||
ecore2fx |
tooling-ecore2fx
|
||
codegen |
tooling-codegen
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jrebirth.af</groupId>
<artifactId>tooling</artifactId>
<version>jrebirth-maven-plugin</version>
</dependency>
Advertisement