| License |
License |
|---|---|
| GroupId | GroupIdorg.phoenixframe |
| ArtifactId | ArtifactIdphoenix_db |
| Last Version | Last Version1.5.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionphoenix_db
对hibernate4的封装。封装了Druid,通过Druid可以轻量级的对其他数据库进行操作
|
| Filename | Size |
|---|---|
| phoenix_db-1.5.1.pom | |
| phoenix_db-1.5.1.jar | 21 KB |
| phoenix_db-1.5.1-sources.jar | 13 KB |
| phoenix_db-1.5.1-javadoc.jar | 105 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.phoenixframe/phoenix_db/ -->
<dependency>
<groupId>org.phoenixframe</groupId>
<artifactId>phoenix_db</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.phoenixframe/phoenix_db/
implementation 'org.phoenixframe:phoenix_db:1.5.1'
// https://jarcasting.com/artifacts/org.phoenixframe/phoenix_db/
implementation ("org.phoenixframe:phoenix_db:1.5.1")
'org.phoenixframe:phoenix_db:jar:1.5.1'
<dependency org="org.phoenixframe" name="phoenix_db" rev="1.5.1">
<artifact name="phoenix_db" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.phoenixframe', module='phoenix_db', version='1.5.1')
)
libraryDependencies += "org.phoenixframe" % "phoenix_db" % "1.5.1"
[org.phoenixframe/phoenix_db "1.5.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hibernate : hibernate-core | jar | 4.1.7.Final |
| org.hibernate : hibernate-c3p0 | jar | 4.1.7.Final |
| mysql : mysql-connector-java | jar | 5.1.24 |
| com.kenai.nbpwr : javax-inject | jar | 1.0-201002241208 |
| commons-dbcp : commons-dbcp | jar | 1.4 |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| org.slf4j : slf4j-nop | jar | 1.7.3 |
| org.aspectj : aspectjweaver | jar | 1.8.5 |
| com.alibaba : druid | jar | 1.0.15 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |