| Categories | CategoriesHibernate Data ORM | 
|---|---|
| GroupId | GroupIdorg.nakedobjects.plugins | 
| ArtifactId | ArtifactIdhibernate-persistor | 
| Version | Version1.0-alpha-4 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.nakedobjects.plugins/hibernate-persistor/ -->
<dependency>
    <groupId>org.nakedobjects.plugins</groupId>
    <artifactId>hibernate-persistor</artifactId>
    <version>1.0-alpha-4</version>
</dependency>// https://jarcasting.com/artifacts/org.nakedobjects.plugins/hibernate-persistor/
implementation 'org.nakedobjects.plugins:hibernate-persistor:1.0-alpha-4'// https://jarcasting.com/artifacts/org.nakedobjects.plugins/hibernate-persistor/
implementation ("org.nakedobjects.plugins:hibernate-persistor:1.0-alpha-4")'org.nakedobjects.plugins:hibernate-persistor:jar:1.0-alpha-4'<dependency org="org.nakedobjects.plugins" name="hibernate-persistor" rev="1.0-alpha-4">
  <artifact name="hibernate-persistor" type="jar" />
</dependency>@Grapes(
@Grab(group='org.nakedobjects.plugins', module='hibernate-persistor', version='1.0-alpha-4')
)libraryDependencies += "org.nakedobjects.plugins" % "hibernate-persistor" % "1.0-alpha-4"[org.nakedobjects.plugins/hibernate-persistor "1.0-alpha-4"]