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