Categories |
CategoriesSpring Boot Container Microservices MongoDB Data Databases Search Business Logic Libraries |
---|---|
GroupId | GroupIdapp.commerce-io |
ArtifactId | ArtifactIdspring-boot-starter-data-search-mongodb |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/app.commerce-io/spring-boot-starter-data-search-mongodb/ -->
<dependency>
<groupId>app.commerce-io</groupId>
<artifactId>spring-boot-starter-data-search-mongodb</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/app.commerce-io/spring-boot-starter-data-search-mongodb/
implementation 'app.commerce-io:spring-boot-starter-data-search-mongodb:1.1.0'
// https://jarcasting.com/artifacts/app.commerce-io/spring-boot-starter-data-search-mongodb/
implementation ("app.commerce-io:spring-boot-starter-data-search-mongodb:1.1.0")
'app.commerce-io:spring-boot-starter-data-search-mongodb:jar:1.1.0'
<dependency org="app.commerce-io" name="spring-boot-starter-data-search-mongodb" rev="1.1.0">
<artifact name="spring-boot-starter-data-search-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='app.commerce-io', module='spring-boot-starter-data-search-mongodb', version='1.1.0')
)
libraryDependencies += "app.commerce-io" % "spring-boot-starter-data-search-mongodb" % "1.1.0"
[app.commerce-io/spring-boot-starter-data-search-mongodb "1.1.0"]