s

spring-orm-myjpa

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