Categories |
CategoriesAnt Build Tools MongoDB Data Databases |
---|---|
GroupId | GroupIdorg.kantega.respiro |
ArtifactId | ArtifactIdrespiro-mongodb-api |
Version | Version2.9 |
Type | Typejar |
Filename | Size |
---|---|
respiro-mongodb-api-2.9.pom | |
respiro-mongodb-api-2.9.jar | 4 KB |
respiro-mongodb-api-2.9-sources.jar | 4 KB |
respiro-mongodb-api-2.9-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kantega.respiro/respiro-mongodb-api/ -->
<dependency>
<groupId>org.kantega.respiro</groupId>
<artifactId>respiro-mongodb-api</artifactId>
<version>2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-mongodb-api/
implementation 'org.kantega.respiro:respiro-mongodb-api:2.9'
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-mongodb-api/
implementation ("org.kantega.respiro:respiro-mongodb-api:2.9")
'org.kantega.respiro:respiro-mongodb-api:jar:2.9'
<dependency org="org.kantega.respiro" name="respiro-mongodb-api" rev="2.9">
<artifact name="respiro-mongodb-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.respiro', module='respiro-mongodb-api', version='2.9')
)
libraryDependencies += "org.kantega.respiro" % "respiro-mongodb-api" % "2.9"
[org.kantega.respiro/respiro-mongodb-api "2.9"]