| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesMongoDB Data Databases | 
        
| GroupId | GroupIdorg.springframework.cloud.stream.app | 
    
| ArtifactId | ArtifactIdspring-cloud-starter-stream-source-mongodb | 
    
| Version | Version2.1.4.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSpring Cloud parent pom, managing plugins and dependencies for Spring
		Cloud projects 
         | 
    
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/spring-cloud-starter-stream-source-mongodb/ -->
<dependency>
    <groupId>org.springframework.cloud.stream.app</groupId>
    <artifactId>spring-cloud-starter-stream-source-mongodb</artifactId>
    <version>2.1.4.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/spring-cloud-starter-stream-source-mongodb/
implementation 'org.springframework.cloud.stream.app:spring-cloud-starter-stream-source-mongodb:2.1.4.RELEASE'
                // https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/spring-cloud-starter-stream-source-mongodb/
implementation ("org.springframework.cloud.stream.app:spring-cloud-starter-stream-source-mongodb:2.1.4.RELEASE")
                'org.springframework.cloud.stream.app:spring-cloud-starter-stream-source-mongodb:jar:2.1.4.RELEASE'
                <dependency org="org.springframework.cloud.stream.app" name="spring-cloud-starter-stream-source-mongodb" rev="2.1.4.RELEASE">
  <artifact name="spring-cloud-starter-stream-source-mongodb" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.cloud.stream.app', module='spring-cloud-starter-stream-source-mongodb', version='2.1.4.RELEASE')
)
                libraryDependencies += "org.springframework.cloud.stream.app" % "spring-cloud-starter-stream-source-mongodb" % "2.1.4.RELEASE"
                [org.springframework.cloud.stream.app/spring-cloud-starter-stream-source-mongodb "2.1.4.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| de.flapdoodle.embed : de.flapdoodle.embed.mongo | jar | |
| org.springframework.cloud : spring-cloud-stream-test-support-internal | jar | |
| org.springframework.integration : spring-integration-test | jar | |
| org.springframework.cloud : spring-cloud-stream-test-support | jar |