How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.fabriziocucci</groupId>
<artifactId>yacl4j</artifactId>
<version>0.9.2</version>
</dependency>
Choose a version of com.github.fabriziocucci : yacl4j to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
yacl4j-0.9.2
|
||
yacl4j-0.9.1
|
|||
yacl4j-0.9.0
|
|||
0.8.x |
yacl4j-0.8.0
|
||
0.7.x |
yacl4j-0.7.0
|
||
0.6.x |
yacl4j-0.6.0
|
||
0.5.x |
yacl4j-0.5.0
|
||
0.4.x |
yacl4j-0.4.0
|
||
0.3.x |
yacl4j-0.3.0
|
||
0.2.x |
yacl4j-0.2.0
|
||
0.1.x |
yacl4j-0.1.0
|
||
0.0.x |
yacl4j-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.fabriziocucci</groupId>
<artifactId>yacl4j</artifactId>
<version>0.9.2</version>
</dependency>
Advertisement