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