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