How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>smallmind-mongodb</artifactId>
<version>5.1.0</version>
</dependency>
Choose a version of org.smallmind : smallmind-mongodb to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.1.x |
smallmind-mongodb-5.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>smallmind-mongodb</artifactId>
<version>5.1.0</version>
</dependency>
Advertisement