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