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