How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.riccardove.easyjasub</groupId>
<artifactId>easyjasub-distribution</artifactId>
<version>0.6.2</version>
</dependency>
Choose a version of com.github.riccardove.easyjasub : easyjasub-distribution to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.6.x |
easyjasub-distribution-0.6.2
|
||
easyjasub-distribution-0.6.1
|
|||
easyjasub-distribution-0.6.0
|
|||
0.5.x |
easyjasub-distribution-0.5.0
|
||
0.4.x |
easyjasub-distribution-0.4.0
|
||
0.3.x |
easyjasub-distribution-0.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.riccardove.easyjasub</groupId>
<artifactId>easyjasub-distribution</artifactId>
<version>0.6.2</version>
</dependency>
Advertisement