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