License |
License |
---|---|
GroupId | GroupIdcn.sexycode |
ArtifactId | ArtifactIdmyjpa-core |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmyjpa-core
The plugin for mybatis to handle jpa.
|
Project URL |
Project URL |
Filename | Size |
---|---|
myjpa-core-0.0.4.pom | |
myjpa-core-0.0.4.jar | 222 KB |
myjpa-core-0.0.4-sources.jar | 179 KB |
myjpa-core-0.0.4-javadoc.jar | 863 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.sexycode/myjpa-core/ -->
<dependency>
<groupId>cn.sexycode</groupId>
<artifactId>myjpa-core</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sexycode/myjpa-core/
implementation 'cn.sexycode:myjpa-core:0.0.4'
// https://jarcasting.com/artifacts/cn.sexycode/myjpa-core/
implementation ("cn.sexycode:myjpa-core:0.0.4")
'cn.sexycode:myjpa-core:jar:0.0.4'
<dependency org="cn.sexycode" name="myjpa-core" rev="0.0.4">
<artifact name="myjpa-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sexycode', module='myjpa-core', version='0.0.4')
)
libraryDependencies += "cn.sexycode" % "myjpa-core" % "0.0.4"
[cn.sexycode/myjpa-core "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
javax.persistence : javax.persistence-api | jar | 2.2 |
org.mybatis : mybatis | jar | 3.4.6 |
org.slf4j : slf4j-api | jar | 1.7.25 |
cn.sexycode : mysql | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 8.0.17 |
junit : junit | jar | 4.13-beta-3 |
org.hibernate : hibernate-core | jar | 5.4.4.Final |
cglib : cglib-nodep | jar | 3.3.0 |
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |