| License |
License |
|---|---|
| GroupId | GroupIdcom.xishankeji |
| ArtifactId | ArtifactIdPorter-DB |
| Last Version | Last Version1.2.275 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPorter-DB
数据库持久层模块,支持Mybatis等,支持注解式的JDBC事务
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| Porter-DB-1.2.275.pom | |
| Porter-DB-1.2.275.jar | 126 KB |
| Porter-DB-1.2.275-sources.jar | 72 KB |
| Porter-DB-1.2.275-javadoc.jar | 329 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xishankeji/Porter-DB/ -->
<dependency>
<groupId>com.xishankeji</groupId>
<artifactId>Porter-DB</artifactId>
<version>1.2.275</version>
</dependency>
// https://jarcasting.com/artifacts/com.xishankeji/Porter-DB/
implementation 'com.xishankeji:Porter-DB:1.2.275'
// https://jarcasting.com/artifacts/com.xishankeji/Porter-DB/
implementation ("com.xishankeji:Porter-DB:1.2.275")
'com.xishankeji:Porter-DB:jar:1.2.275'
<dependency org="com.xishankeji" name="Porter-DB" rev="1.2.275">
<artifact name="Porter-DB" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xishankeji', module='Porter-DB', version='1.2.275')
)
libraryDependencies += "com.xishankeji" % "Porter-DB" % "1.2.275"
[com.xishankeji/Porter-DB "1.2.275"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis Optional | jar | 3.5.7 |
| com.xishankeji : Porter-Core | jar | 1.2.275 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.32 |
| com.h2database : h2 | jar | 1.4.197 |
| junit : junit | jar | 4.13.1 |