GroupId | GroupIdcn.sexycode |
---|---|
ArtifactId | ArtifactIdmyjpa-plus |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
myjpa-plus-0.0.1.pom | |
myjpa-plus-0.0.1.jar | 56 KB |
myjpa-plus-0.0.1-sources.jar | 46 KB |
myjpa-plus-0.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sexycode/myjpa-plus/
implementation 'cn.sexycode:myjpa-plus:0.0.1'
// https://jarcasting.com/artifacts/cn.sexycode/myjpa-plus/
implementation ("cn.sexycode:myjpa-plus:0.0.1")
'cn.sexycode:myjpa-plus:jar:0.0.1'
<dependency org="cn.sexycode" name="myjpa-plus" rev="0.0.1">
<artifact name="myjpa-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sexycode', module='myjpa-plus', version='0.0.1')
)
libraryDependencies += "cn.sexycode" % "myjpa-plus" % "0.0.1"
[cn.sexycode/myjpa-plus "0.0.1"]