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