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