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