GroupId | GroupIdcn.sexycode |
---|---|
ArtifactId | ArtifactIdmyjpa-plus |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
myjpa-plus-0.0.2.pom | |
myjpa-plus-0.0.2.jar | 56 KB |
myjpa-plus-0.0.2-sources.jar | 45 KB |
myjpa-plus-0.0.2-javadoc.jar | 249 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.sexycode/myjpa-plus/ -->
<dependency>
<groupId>cn.sexycode</groupId>
<artifactId>myjpa-plus</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sexycode/myjpa-plus/
implementation 'cn.sexycode:myjpa-plus:0.0.2'
// https://jarcasting.com/artifacts/cn.sexycode/myjpa-plus/
implementation ("cn.sexycode:myjpa-plus:0.0.2")
'cn.sexycode:myjpa-plus:jar:0.0.2'
<dependency org="cn.sexycode" name="myjpa-plus" rev="0.0.2">
<artifact name="myjpa-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sexycode', module='myjpa-plus', version='0.0.2')
)
libraryDependencies += "cn.sexycode" % "myjpa-plus" % "0.0.2"
[cn.sexycode/myjpa-plus "0.0.2"]