Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.github.shyiko.rook |
ArtifactId | ArtifactIdrook-target-hibernate4-cache |
Version | Version0.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.shyiko.rook/rook-target-hibernate4-cache/ -->
<dependency>
<groupId>com.github.shyiko.rook</groupId>
<artifactId>rook-target-hibernate4-cache</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shyiko.rook/rook-target-hibernate4-cache/
implementation 'com.github.shyiko.rook:rook-target-hibernate4-cache:0.1.1'
// https://jarcasting.com/artifacts/com.github.shyiko.rook/rook-target-hibernate4-cache/
implementation ("com.github.shyiko.rook:rook-target-hibernate4-cache:0.1.1")
'com.github.shyiko.rook:rook-target-hibernate4-cache:jar:0.1.1'
<dependency org="com.github.shyiko.rook" name="rook-target-hibernate4-cache" rev="0.1.1">
<artifact name="rook-target-hibernate4-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shyiko.rook', module='rook-target-hibernate4-cache', version='0.1.1')
)
libraryDependencies += "com.github.shyiko.rook" % "rook-target-hibernate4-cache" % "0.1.1"
[com.github.shyiko.rook/rook-target-hibernate4-cache "0.1.1"]