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