Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdorg.occurrent |
ArtifactId | ArtifactIdmongodb-spring |
Version | Version0.4.0 |
Type | Typepom |
Filename | Size |
---|---|
mongodb-spring-0.4.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.occurrent/mongodb-spring/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>mongodb-spring</artifactId>
<version>0.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/mongodb-spring/
implementation 'org.occurrent:mongodb-spring:0.4.0'
// https://jarcasting.com/artifacts/org.occurrent/mongodb-spring/
implementation ("org.occurrent:mongodb-spring:0.4.0")
'org.occurrent:mongodb-spring:pom:0.4.0'
<dependency org="org.occurrent" name="mongodb-spring" rev="0.4.0">
<artifact name="mongodb-spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='mongodb-spring', version='0.4.0')
)
libraryDependencies += "org.occurrent" % "mongodb-spring" % "0.4.0"
[org.occurrent/mongodb-spring "0.4.0"]