| Категории |
КатегорииHibernate Данные ORM |
|---|---|
| Группа | Группаcom.pojosontheweb |
| Идентификатор | Идентификаторwoko-hibernate |
| Версия | Версия2.3.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| woko-hibernate-2.3.1.pom | |
| woko-hibernate-2.3.1.jar | 24 KB |
| woko-hibernate-2.3.1-sources.jar | 15 KB |
| woko-hibernate-2.3.1-javadoc.jar | 71 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.pojosontheweb/woko-hibernate/ -->
<dependency>
<groupId>com.pojosontheweb</groupId>
<artifactId>woko-hibernate</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-hibernate/
implementation 'com.pojosontheweb:woko-hibernate:2.3.1'
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-hibernate/
implementation ("com.pojosontheweb:woko-hibernate:2.3.1")
'com.pojosontheweb:woko-hibernate:jar:2.3.1'
<dependency org="com.pojosontheweb" name="woko-hibernate" rev="2.3.1">
<artifact name="woko-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pojosontheweb', module='woko-hibernate', version='2.3.1')
)
libraryDependencies += "com.pojosontheweb" % "woko-hibernate" % "2.3.1"
[com.pojosontheweb/woko-hibernate "2.3.1"]