Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.webpieces |
ArtifactId | ArtifactIdplugin-hibernate |
Version | Version1.9.140 |
Type | Typejar |
Filename | Size |
---|---|
plugin-hibernate-1.9.140.pom | |
plugin-hibernate-1.9.140.jar | 11 KB |
plugin-hibernate-1.9.140-sources.jar | 6 KB |
plugin-hibernate-1.9.140-javadoc.jar | 356 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/plugin-hibernate/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>plugin-hibernate</artifactId>
<version>1.9.140</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/plugin-hibernate/
implementation 'org.webpieces:plugin-hibernate:1.9.140'
// https://jarcasting.com/artifacts/org.webpieces/plugin-hibernate/
implementation ("org.webpieces:plugin-hibernate:1.9.140")
'org.webpieces:plugin-hibernate:jar:1.9.140'
<dependency org="org.webpieces" name="plugin-hibernate" rev="1.9.140">
<artifact name="plugin-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='plugin-hibernate', version='1.9.140')
)
libraryDependencies += "org.webpieces" % "plugin-hibernate" % "1.9.140"
[org.webpieces/plugin-hibernate "1.9.140"]