t

toolbox-mongodb

toolbox mongodb数据库工具包
Files download
File Operation
toolbox-mongodb-2.7.9.jar download
toolbox-mongodb-2.7.9.pom download
toolbox-mongodb-2.7.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hughwick</groupId>
  <artifactId>toolbox-mongodb</artifactId>
  <version>2.7.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.hughwick:toolbox-mongodb:2.7.9'
Gradle Kotlin
implementation("com.github.hughwick:toolbox-mongodb:2.7.9")
Scala SBT
libraryDependencies += "com.github.hughwick" % "toolbox-mongodb" % "2.7.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hughwick', module='toolbox-mongodb', version='2.7.9')
)
Apache Ivy
<dependency org="com.github.hughwick" name="toolbox-mongodb" rev="2.7.9" />
Leiningen
[com.github.hughwick/toolbox-mongodb "2.7.9"]
Apache Buildr
'com.github.hughwick:toolbox-mongodb:jar:2.7.9'