m

mongo-index-copy

Kotlin/Java library for copying indexes from one MongoDB collection to another.
https://github.com/pitagoras3/mongo-index-copy
The Apache License, Version 2.0
Szymon Marcinkiewicz
Files download
File Operation
mongo-index-copy-1.0.0.jar download
mongo-index-copy-1.0.0.pom download
mongo-index-copy-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.pitagoras3</groupId>
  <artifactId>mongo-index-copy</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.pitagoras3:mongo-index-copy:1.0.0'
Gradle Kotlin
implementation("io.github.pitagoras3:mongo-index-copy:1.0.0")
Scala SBT
libraryDependencies += "io.github.pitagoras3" % "mongo-index-copy" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pitagoras3', module='mongo-index-copy', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.pitagoras3" name="mongo-index-copy" rev="1.0.0" />
Leiningen
[io.github.pitagoras3/mongo-index-copy "1.0.0"]
Apache Buildr
'io.github.pitagoras3:mongo-index-copy:jar:1.0.0'