How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.hazendaz.git</groupId>
<artifactId>github-desktop</artifactId>
<version>3.2.6</version>
</dependency>
Choose a version of com.github.hazendaz.git : github-desktop to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
github-desktop-3.2.6
|
||
github-desktop-3.2.4
|
|||
github-desktop-3.2.3
|
|||
github-desktop-3.2.2
|
|||
github-desktop-3.2.1
|
|||
github-desktop-3.2.0
|
|||
3.1.x |
github-desktop-3.1.7
|
||
github-desktop-3.1.6
|
|||
github-desktop-3.1.5
|
|||
github-desktop-3.1.4
|
|||
github-desktop-3.1.3
|
|||
github-desktop-3.1.2
|
|||
github-desktop-3.1.1
|
|||
3.0.x |
github-desktop-3.0.8
|
||
github-desktop-3.0.7
|
|||
github-desktop-3.0.5
|
|||
github-desktop-3.0.3
|
|||
github-desktop-3.0.2
|
|||
github-desktop-3.0.1
|
|||
github-desktop-3.0.0
|
|||
2.9.x |
github-desktop-2.9.14
|
||
github-desktop-2.9.12
|
|||
github-desktop-2.9.11
|
|||
github-desktop-2.9.10
|
|||
github-desktop-2.9.6
|
|||
github-desktop-2.9.5
|
|||
github-desktop-2.9.4
|
|||
github-desktop-2.9.3
|
|||
github-desktop-2.9.0
|
|||
2.8.x |
github-desktop-2.8.3
|
||
github-desktop-2.8.1
|
|||
github-desktop-2.8.0
|
|||
2.7.x |
github-desktop-2.7.1
|
||
2.6.x |
github-desktop-2.6.5
|
||
github-desktop-2.6.3
|
|||
github-desktop-2.6.2
|
|||
github-desktop-2.6.1
|
|||
github-desktop-2.6.0
|
|||
2.5.x |
github-desktop-2.5.7
|
||
github-desktop-2.5.6
|
|||
github-desktop-2.5.5
|
|||
github-desktop-2.5.4
|
|||
github-desktop-2.5.3
|
|||
github-desktop-2.5.2
|
|||
github-desktop-2.5.0
|
|||
2.4.x |
github-desktop-2.4.3
|
||
github-desktop-2.4.2
|
|||
github-desktop-2.4.1
|
|||
github-desktop-2.4.0
|
|||
2.3.x |
github-desktop-2.3.1
|
||
2.2.x |
github-desktop-2.2.4
|
||
github-desktop-2.2.2
|
|||
1.6.x |
github-desktop-1.6.3.1
|
||
github-desktop-1.6.3
|
|||
github-desktop-1.6.0
|
|||
1.5.x |
github-desktop-1.5.1
|
||
github-desktop-1.5.0
|
|||
1.4.x |
github-desktop-1.4.3
|
||
github-desktop-1.4.0
|
|||
1.2.x |
github-desktop-1.2.6
|
||
github-desktop-1.2.3
|
|||
1.1.x |
github-desktop-1.1.1
|
||
github-desktop-1.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.hazendaz.git</groupId>
<artifactId>github-desktop</artifactId>
<version>3.2.6</version>
</dependency>
Advertisement