MVN

org.smallmind : smallmind-mongodb

Maven & Gradle

Jun 18, 2023

MongoDB · MongoDB Additions

<dependency>
    <groupId>org.smallmind</groupId>
    <artifactId>smallmind-mongodb</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.smallmind : smallmind-mongodb to add to Maven - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of org.smallmind : smallmind-mongodb to add to Maven - All Versions:

Version Vulnerabilities Updated
5.1.x
smallmind-mongodb-5.1.0

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>

Advertisement