| Categories | 
                CategoriesMongoDB Data Databases | 
        
|---|---|
| GroupId | GroupIdorg.springframework.data | 
    
| ArtifactId | ArtifactIdspring-data-mongodb-cross-store | 
    
| Version | Version1.1.2.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-mongodb-cross-store/ -->
<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-mongodb-cross-store</artifactId>
    <version>1.1.2.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.data/spring-data-mongodb-cross-store/
implementation 'org.springframework.data:spring-data-mongodb-cross-store:1.1.2.RELEASE'
                // https://jarcasting.com/artifacts/org.springframework.data/spring-data-mongodb-cross-store/
implementation ("org.springframework.data:spring-data-mongodb-cross-store:1.1.2.RELEASE")
                'org.springframework.data:spring-data-mongodb-cross-store:jar:1.1.2.RELEASE'
                <dependency org="org.springframework.data" name="spring-data-mongodb-cross-store" rev="1.1.2.RELEASE">
  <artifact name="spring-data-mongodb-cross-store" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.data', module='spring-data-mongodb-cross-store', version='1.1.2.RELEASE')
)
                libraryDependencies += "org.springframework.data" % "spring-data-mongodb-cross-store" % "1.1.2.RELEASE"
                [org.springframework.data/spring-data-mongodb-cross-store "1.1.2.RELEASE"]