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