License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Data Jest Databases |
GroupId | GroupIdcom.github.spt-oss |
ArtifactId | ArtifactIdspring-boot-starter-data-jest |
Version | Version3.1.5.0 |
Type | Typejar |
Description |
DescriptionCustom implementation for Spring Data Jest
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-data-jest/ -->
<dependency>
<groupId>com.github.spt-oss</groupId>
<artifactId>spring-boot-starter-data-jest</artifactId>
<version>3.1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-data-jest/
implementation 'com.github.spt-oss:spring-boot-starter-data-jest:3.1.5.0'
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-data-jest/
implementation ("com.github.spt-oss:spring-boot-starter-data-jest:3.1.5.0")
'com.github.spt-oss:spring-boot-starter-data-jest:jar:3.1.5.0'
<dependency org="com.github.spt-oss" name="spring-boot-starter-data-jest" rev="3.1.5.0">
<artifact name="spring-boot-starter-data-jest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spt-oss', module='spring-boot-starter-data-jest', version='3.1.5.0')
)
libraryDependencies += "com.github.spt-oss" % "spring-boot-starter-data-jest" % "3.1.5.0"
[com.github.spt-oss/spring-boot-starter-data-jest "3.1.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.6.RELEASE |