Categories |
CategoriesSpring Boot Container Microservices Data Jest Databases |
---|---|
GroupId | GroupIdcom.github.vanroy |
ArtifactId | ArtifactIdspring-boot-starter-data-jest |
Version | Version3.3.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.vanroy/spring-boot-starter-data-jest/ -->
<dependency>
<groupId>com.github.vanroy</groupId>
<artifactId>spring-boot-starter-data-jest</artifactId>
<version>3.3.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vanroy/spring-boot-starter-data-jest/
implementation 'com.github.vanroy:spring-boot-starter-data-jest:3.3.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.vanroy/spring-boot-starter-data-jest/
implementation ("com.github.vanroy:spring-boot-starter-data-jest:3.3.2.RELEASE")
'com.github.vanroy:spring-boot-starter-data-jest:jar:3.3.2.RELEASE'
<dependency org="com.github.vanroy" name="spring-boot-starter-data-jest" rev="3.3.2.RELEASE">
<artifact name="spring-boot-starter-data-jest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vanroy', module='spring-boot-starter-data-jest', version='3.3.2.RELEASE')
)
libraryDependencies += "com.github.vanroy" % "spring-boot-starter-data-jest" % "3.3.2.RELEASE"
[com.github.vanroy/spring-boot-starter-data-jest "3.3.2.RELEASE"]