| Categories |
CategoriesSpring Boot Container Microservices Data Search Business Logic Libraries |
|---|---|
| GroupId | GroupIdapp.commerce-io |
| ArtifactId | ArtifactIdspring-boot-starter-data-search |
| Version | Version1.2.0-RC2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| spring-boot-starter-data-search-1.2.0-RC2.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/app.commerce-io/spring-boot-starter-data-search/ -->
<dependency>
<groupId>app.commerce-io</groupId>
<artifactId>spring-boot-starter-data-search</artifactId>
<version>1.2.0-RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/app.commerce-io/spring-boot-starter-data-search/
implementation 'app.commerce-io:spring-boot-starter-data-search:1.2.0-RC2'
// https://jarcasting.com/artifacts/app.commerce-io/spring-boot-starter-data-search/
implementation ("app.commerce-io:spring-boot-starter-data-search:1.2.0-RC2")
'app.commerce-io:spring-boot-starter-data-search:pom:1.2.0-RC2'
<dependency org="app.commerce-io" name="spring-boot-starter-data-search" rev="1.2.0-RC2">
<artifact name="spring-boot-starter-data-search" type="pom" />
</dependency>
@Grapes(
@Grab(group='app.commerce-io', module='spring-boot-starter-data-search', version='1.2.0-RC2')
)
libraryDependencies += "app.commerce-io" % "spring-boot-starter-data-search" % "1.2.0-RC2"
[app.commerce-io/spring-boot-starter-data-search "1.2.0-RC2"]