| Категории |
КатегорииIDE Инструменты разработки Данные Hibernate ORM Elide Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаcom.yahoo.elide |
| Идентификатор | Идентификаторelide-datastore-hibernate |
| Версия | Версия4.2.8 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.yahoo.elide/elide-datastore-hibernate/ -->
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-hibernate</artifactId>
<version>4.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-datastore-hibernate/
implementation 'com.yahoo.elide:elide-datastore-hibernate:4.2.8'
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-datastore-hibernate/
implementation ("com.yahoo.elide:elide-datastore-hibernate:4.2.8")
'com.yahoo.elide:elide-datastore-hibernate:jar:4.2.8'
<dependency org="com.yahoo.elide" name="elide-datastore-hibernate" rev="4.2.8">
<artifact name="elide-datastore-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.elide', module='elide-datastore-hibernate', version='4.2.8')
)
libraryDependencies += "com.yahoo.elide" % "elide-datastore-hibernate" % "4.2.8"
[com.yahoo.elide/elide-datastore-hibernate "4.2.8"]