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