How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ai.timefold.solver</groupId>
<artifactId>timefold-solver-build-parent</artifactId>
<version>0.8.40</version>
</dependency>
Choose a version of ai.timefold.solver : timefold-solver-build-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
timefold-solver-build-parent-1.1.0
|
||
1.0.x |
timefold-solver-build-parent-1.0.0
|
||
0.9.x |
timefold-solver-build-parent-0.9.39
|
||
timefold-solver-build-parent-0.9.38
|
|||
0.8.x |
timefold-solver-build-parent-0.8.40
|
||
timefold-solver-build-parent-0.8.39
|
|||
timefold-solver-build-parent-0.8.38
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ai.timefold.solver</groupId>
<artifactId>timefold-solver-build-parent</artifactId>
<version>0.8.40</version>
</dependency>
Advertisement