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