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