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