Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.webpieces |
ArtifactId | ArtifactIdhibernate-plugin |
Version | Version1.9.84 |
Type | Typejar |
Filename | Size |
---|---|
hibernate-plugin-1.9.84.pom | |
hibernate-plugin-1.9.84.jar | 10 KB |
hibernate-plugin-1.9.84-sources.jar | 6 KB |
hibernate-plugin-1.9.84-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.84</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/hibernate-plugin/
implementation 'org.webpieces:hibernate-plugin:1.9.84'
// https://jarcasting.com/artifacts/org.webpieces/hibernate-plugin/
implementation ("org.webpieces:hibernate-plugin:1.9.84")
'org.webpieces:hibernate-plugin:jar:1.9.84'
<dependency org="org.webpieces" name="hibernate-plugin" rev="1.9.84">
<artifact name="hibernate-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='hibernate-plugin', version='1.9.84')
)
libraryDependencies += "org.webpieces" % "hibernate-plugin" % "1.9.84"
[org.webpieces/hibernate-plugin "1.9.84"]