c

commons-spring-data-jpa

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