How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>smallmind-batching</artifactId>
<version>3.3.16</version>
</dependency>
Choose a version of org.smallmind : smallmind-batching to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.3.x |
smallmind-batching-3.3.16
|
||
smallmind-batching-3.3.15
|
|||
smallmind-batching-3.3.14
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>smallmind-batching</artifactId>
<version>3.3.16</version>
</dependency>
Advertisement