Categories |
CategoriesSpring Boot Container Microservices Data Jest Databases |
---|---|
GroupId | GroupIdcom.github.vanroy |
ArtifactId | ArtifactIdspring-boot-starter-data-jest |
Version | Version2.0.0.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>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vanroy/spring-boot-starter-data-jest/
implementation 'com.github.vanroy:spring-boot-starter-data-jest:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.vanroy/spring-boot-starter-data-jest/
implementation ("com.github.vanroy:spring-boot-starter-data-jest:2.0.0.RELEASE")
'com.github.vanroy:spring-boot-starter-data-jest:jar:2.0.0.RELEASE'
<dependency org="com.github.vanroy" name="spring-boot-starter-data-jest" rev="2.0.0.RELEASE">
<artifact name="spring-boot-starter-data-jest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vanroy', module='spring-boot-starter-data-jest', version='2.0.0.RELEASE')
)
libraryDependencies += "com.github.vanroy" % "spring-boot-starter-data-jest" % "2.0.0.RELEASE"
[com.github.vanroy/spring-boot-starter-data-jest "2.0.0.RELEASE"]