Files download
File Operation
respiro-mongodb-api-2.28.jar download
respiro-mongodb-api-2.28.pom download
respiro-mongodb-api-2.28-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kantega.respiro</groupId>
  <artifactId>respiro-mongodb-api</artifactId>
  <version>2.28</version>
</dependency>
Gradle Groovy
implementation 'org.kantega.respiro:respiro-mongodb-api:2.28'
Gradle Kotlin
implementation("org.kantega.respiro:respiro-mongodb-api:2.28")
Scala SBT
libraryDependencies += "org.kantega.respiro" % "respiro-mongodb-api" % "2.28"
Groovy Grape
@Grapes(
  @Grab(group='org.kantega.respiro', module='respiro-mongodb-api', version='2.28')
)
Apache Ivy
<dependency org="org.kantega.respiro" name="respiro-mongodb-api" rev="2.28" />
Leiningen
[org.kantega.respiro/respiro-mongodb-api "2.28"]
Apache Buildr
'org.kantega.respiro:respiro-mongodb-api:jar:2.28'