文件下载
文件名 操作
rcore-database-mongo-commons-1.0.27.jar 下载
rcore-database-mongo-commons-1.0.27.pom 下载
rcore-database-mongo-commons-1.0.27-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.rostislav-maslov.rcore</groupId>
  <artifactId>rcore-database-mongo-commons</artifactId>
  <version>1.0.27</version>
</dependency>
Gradle Groovy
implementation 'com.github.rostislav-maslov.rcore:rcore-database-mongo-commons:1.0.27'
Gradle Kotlin
implementation("com.github.rostislav-maslov.rcore:rcore-database-mongo-commons:1.0.27")
Scala SBT
libraryDependencies += "com.github.rostislav-maslov.rcore" % "rcore-database-mongo-commons" % "1.0.27"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rostislav-maslov.rcore', module='rcore-database-mongo-commons', version='1.0.27')
)
Apache Ivy
<dependency org="com.github.rostislav-maslov.rcore" name="rcore-database-mongo-commons" rev="1.0.27" />
Leiningen
[com.github.rostislav-maslov.rcore/rcore-database-mongo-commons "1.0.27"]
Apache Buildr
'com.github.rostislav-maslov.rcore:rcore-database-mongo-commons:jar:1.0.27'