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