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