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