erupt-mongodb
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>xyz.erupt</groupId> <artifactId>erupt-mongodb</artifactId> <version>1.12.23</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>erupt-mongodb</artifactId> <name>erupt-mongodb</name> <description>EruptProcess mongodb impl</description> <parent> <groupId>xyz.erupt</groupId> <artifactId>erupt</artifactId> <version>1.12.23</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies> <dependency> <groupId>xyz.erupt</groupId> <artifactId>erupt-core</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> <groupId>org.mongodb</groupId> <artifactId>mongodb-driver-core</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-mongodb</artifactId> </dependency> </dependencies> </project>