| Лицензия |
Лицензия
The Apache License, Version 2.0
|
|---|---|
| Категории |
КатегорииJavaScript Языки программирования Hibernate Данные ORM |
| Группа | Группаcom.js-lib |
| Идентификатор | Идентификаторjs-hibernate |
| Последняя версия | Последняя версия1.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHibernate3 Implementation of j(s)-lib Transaction API
Hibernate3 adapter for transaction integration with managed class containers.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| js-hibernate-1.2.0.pom | |
| js-hibernate-1.2.0.jar | 28 KB |
| js-hibernate-1.2.0-sources.jar | 25 KB |
| js-hibernate-1.2.0-javadoc.jar | 129 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.js-lib/js-hibernate/ -->
<dependency>
<groupId>com.js-lib</groupId>
<artifactId>js-hibernate</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.js-lib/js-hibernate/
implementation 'com.js-lib:js-hibernate:1.2.0'
// https://jarcasting.com/artifacts/com.js-lib/js-hibernate/
implementation ("com.js-lib:js-hibernate:1.2.0")
'com.js-lib:js-hibernate:jar:1.2.0'
<dependency org="com.js-lib" name="js-hibernate" rev="1.2.0">
<artifact name="js-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.js-lib', module='js-hibernate', version='1.2.0')
)
libraryDependencies += "com.js-lib" % "js-hibernate" % "1.2.0"
[com.js-lib/js-hibernate "1.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.js-lib : js-commons | jar | 1.2.0 |
| com.js-lib : js-transaction-api | jar | 1.2 |
| org.hibernate : hibernate-core | jar | 3.6.4.Final |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.transaction : jta | jar | 1.1 |
| mysql : mysql-connector-java | jar | 5.1.30 |
| junit : junit | jar | 4.12 |
| com.mchange : c3p0 | jar | 0.9.5.2 |
| org.slf4j : slf4j-simple | jar | 1.7.25 |
| org.hibernate : hibernate-c3p0 | jar | 3.6.4.Final |
| org.mockito : mockito-core | jar | 2.10.0 |
| org.hamcrest : hamcrest-all | jar | 1.3 |