How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.mapeditor</groupId>
<artifactId>tiled-parent</artifactId>
<version>1.4.2</version>
</dependency>
Choose a version of org.mapeditor : tiled-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
tiled-parent-1.4.2
|
||
1.2.x |
tiled-parent-1.2.3
|
||
1.0.x |
tiled-parent-1.0.2
|
||
0.17 |
tiled-parent-0.17
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.mapeditor</groupId>
<artifactId>tiled-parent</artifactId>
<version>1.4.2</version>
</dependency>
Advertisement