s

spring-data-jest

Spring Data Implementation for Jest
Files download
File Operation
spring-data-jest-3.3.4.RELEASE.jar download
spring-data-jest-3.3.4.RELEASE.pom download
spring-data-jest-3.3.4.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.vanroy</groupId>
  <artifactId>spring-data-jest</artifactId>
  <version>3.3.4.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.vanroy:spring-data-jest:3.3.4.RELEASE'
Gradle Kotlin
implementation("com.github.vanroy:spring-data-jest:3.3.4.RELEASE")
Scala SBT
libraryDependencies += "com.github.vanroy" % "spring-data-jest" % "3.3.4.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vanroy', module='spring-data-jest', version='3.3.4.RELEASE')
)
Apache Ivy
<dependency org="com.github.vanroy" name="spring-data-jest" rev="3.3.4.RELEASE" />
Leiningen
[com.github.vanroy/spring-data-jest "3.3.4.RELEASE"]
Apache Buildr
'com.github.vanroy:spring-data-jest:jar:3.3.4.RELEASE'