Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdorg.occurrent |
ArtifactId | ArtifactIdmongodb-spring-filter-query-conversion |
Version | Version0.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.occurrent/mongodb-spring-filter-query-conversion/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>mongodb-spring-filter-query-conversion</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/mongodb-spring-filter-query-conversion/
implementation 'org.occurrent:mongodb-spring-filter-query-conversion:0.2.1'
// https://jarcasting.com/artifacts/org.occurrent/mongodb-spring-filter-query-conversion/
implementation ("org.occurrent:mongodb-spring-filter-query-conversion:0.2.1")
'org.occurrent:mongodb-spring-filter-query-conversion:jar:0.2.1'
<dependency org="org.occurrent" name="mongodb-spring-filter-query-conversion" rev="0.2.1">
<artifact name="mongodb-spring-filter-query-conversion" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='mongodb-spring-filter-query-conversion', version='0.2.1')
)
libraryDependencies += "org.occurrent" % "mongodb-spring-filter-query-conversion" % "0.2.1"
[org.occurrent/mongodb-spring-filter-query-conversion "0.2.1"]