Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdws.ament.hammock |
ArtifactId | ArtifactIdjpa-hibernate |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
jpa-hibernate-2.0.pom | |
jpa-hibernate-2.0.jar | 2 KB |
jpa-hibernate-2.0-javadoc.jar | 339 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/ws.ament.hammock/jpa-hibernate/ -->
<dependency>
<groupId>ws.ament.hammock</groupId>
<artifactId>jpa-hibernate</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/ws.ament.hammock/jpa-hibernate/
implementation 'ws.ament.hammock:jpa-hibernate:2.0'
// https://jarcasting.com/artifacts/ws.ament.hammock/jpa-hibernate/
implementation ("ws.ament.hammock:jpa-hibernate:2.0")
'ws.ament.hammock:jpa-hibernate:jar:2.0'
<dependency org="ws.ament.hammock" name="jpa-hibernate" rev="2.0">
<artifact name="jpa-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='ws.ament.hammock', module='jpa-hibernate', version='2.0')
)
libraryDependencies += "ws.ament.hammock" % "jpa-hibernate" % "2.0"
[ws.ament.hammock/jpa-hibernate "2.0"]