не последняя версия
Последняя версия 1.5.1

org.phoenixframe:phoenix_db 1.4.8

对hibernate4的封装。封装了Druid,通过Druid可以轻量级的对其他数据库进行操作

Группа

Группа

org.phoenixframe
Идентификатор

Идентификатор

phoenix_db
Версия

Версия

1.4.8
Тип

Тип

jar

Скачать phoenix_db 1.4.8


<!-- https://jarcasting.com/artifacts/org.phoenixframe/phoenix_db/ -->
<dependency>
    <groupId>org.phoenixframe</groupId>
    <artifactId>phoenix_db</artifactId>
    <version>1.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.phoenixframe/phoenix_db/
implementation 'org.phoenixframe:phoenix_db:1.4.8'
// https://jarcasting.com/artifacts/org.phoenixframe/phoenix_db/
implementation ("org.phoenixframe:phoenix_db:1.4.8")
'org.phoenixframe:phoenix_db:jar:1.4.8'
<dependency org="org.phoenixframe" name="phoenix_db" rev="1.4.8">
  <artifact name="phoenix_db" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.phoenixframe', module='phoenix_db', version='1.4.8')
)
libraryDependencies += "org.phoenixframe" % "phoenix_db" % "1.4.8"
[org.phoenixframe/phoenix_db "1.4.8"]