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