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