How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.davidwhitlock.cs410J</groupId>
<artifactId>cs410j</artifactId>
<version>2023.1.0</version>
</dependency>
Choose a version of io.github.davidwhitlock.cs410J : cs410j to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2023.1.x |
cs410j-2023.1.0
|
||
2023.0.x |
cs410j-2023.0.0
|
||
2022.1.x |
cs410j-2022.1.0
|
||
2022.0.x |
cs410j-2022.0.0
|
||
2021.3.x |
cs410j-2021.3.0
|
||
2021.2.x |
cs410j-2021.2.0
|
||
2021.1.x |
cs410j-2021.1.0
|
||
2021.0.x |
cs410j-2021.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.davidwhitlock.cs410J</groupId>
<artifactId>cs410j</artifactId>
<version>2023.1.0</version>
</dependency>
Advertisement