License |
License |
---|---|
GroupId | GroupIdcom.github.dalet-oss |
ArtifactId | ArtifactIdmongobee |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmongobee
MongoDB data migration tool for Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
mongobee-1.0.4.pom | |
mongobee-1.0.4.jar | 24 KB |
mongobee-1.0.4-sources.jar | 18 KB |
mongobee-1.0.4-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dalet-oss/mongobee/ -->
<dependency>
<groupId>com.github.dalet-oss</groupId>
<artifactId>mongobee</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dalet-oss/mongobee/
implementation 'com.github.dalet-oss:mongobee:1.0.4'
// https://jarcasting.com/artifacts/com.github.dalet-oss/mongobee/
implementation ("com.github.dalet-oss:mongobee:1.0.4")
'com.github.dalet-oss:mongobee:jar:1.0.4'
<dependency org="com.github.dalet-oss" name="mongobee" rev="1.0.4">
<artifact name="mongobee" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dalet-oss', module='mongobee', version='1.0.4')
)
libraryDependencies += "com.github.dalet-oss" % "mongobee" % "1.0.4"
[com.github.dalet-oss/mongobee "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.mongodb : mongo-java-driver | jar | 3.3.0 |
org.springframework : spring-beans | jar | 4.3.27.RELEASE |
org.springframework : spring-context | jar | 4.3.27.RELEASE |
org.reflections : reflections | jar | 0.9.9 |
org.jongo : jongo | jar | 1.3.1 |
org.springframework.data : spring-data-mongodb | jar | 1.10.23.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.mockito : mockito-all | jar | 1.10.19 |
com.github.fakemongo : fongo | jar | 2.0.9 |