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