How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.szgabsz91</groupId>
<artifactId>morpher-engine-impl</artifactId>
<version>1.7.0</version>
</dependency>
Choose a version of com.github.szgabsz91 : morpher-engine-impl to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7.x |
morpher-engine-impl-1.7.0
|
||
1.6.x |
morpher-engine-impl-1.6.0
|
||
morpher-engine-impl-1.6.0-RC2
|
|||
morpher-engine-impl-1.6.0-RC1
|
|||
1.5.x |
morpher-engine-impl-1.5.1
|
||
morpher-engine-impl-1.5.0
|
|||
morpher-engine-impl-1.5.0-RC1
|
|||
1.4.x |
morpher-engine-impl-1.4.0
|
||
1.3.x |
morpher-engine-impl-1.3.0
|
||
1.2.x |
morpher-engine-impl-1.2.0
|
||
1.1.x |
morpher-engine-impl-1.1.1
|
||
morpher-engine-impl-1.1.0
|
|||
1.0.x |
morpher-engine-impl-1.0.1
|
||
morpher-engine-impl-1.0.0
|
|||
0.0.x |
morpher-engine-impl-0.0.9
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.szgabsz91</groupId>
<artifactId>morpher-engine-impl</artifactId>
<version>1.7.0</version>
</dependency>
Advertisement