Categories |
CategoriesIDE Development Tools Data Hibernate ORM Elide Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.yahoo.elide |
ArtifactId | ArtifactIdelide-datastore-hibernate5 |
Version | Version1.0.0.13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.yahoo.elide/elide-datastore-hibernate5/ -->
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-hibernate5</artifactId>
<version>1.0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-datastore-hibernate5/
implementation 'com.yahoo.elide:elide-datastore-hibernate5:1.0.0.13'
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-datastore-hibernate5/
implementation ("com.yahoo.elide:elide-datastore-hibernate5:1.0.0.13")
'com.yahoo.elide:elide-datastore-hibernate5:jar:1.0.0.13'
<dependency org="com.yahoo.elide" name="elide-datastore-hibernate5" rev="1.0.0.13">
<artifact name="elide-datastore-hibernate5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.elide', module='elide-datastore-hibernate5', version='1.0.0.13')
)
libraryDependencies += "com.yahoo.elide" % "elide-datastore-hibernate5" % "1.0.0.13"
[com.yahoo.elide/elide-datastore-hibernate5 "1.0.0.13"]