| License |
License |
|---|---|
| Categories |
CategoriesHibernate Data ORM |
| GroupId | GroupIdorg.smooks.cartridges.persistence |
| ArtifactId | ArtifactIdsmooks-scribe-hibernate |
| Last Version | Last Version2.0.0-RC1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionScribe :: Hibernate adapter
The Smooks Persistence Cartridge gives you the ability to use several entity persistence frameworks
from within Smooks (Hibernate, JPA, etc...)
|
<!-- https://jarcasting.com/artifacts/org.smooks.cartridges.persistence/smooks-scribe-hibernate/ -->
<dependency>
<groupId>org.smooks.cartridges.persistence</groupId>
<artifactId>smooks-scribe-hibernate</artifactId>
<version>2.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.smooks.cartridges.persistence/smooks-scribe-hibernate/
implementation 'org.smooks.cartridges.persistence:smooks-scribe-hibernate:2.0.0-RC1'
// https://jarcasting.com/artifacts/org.smooks.cartridges.persistence/smooks-scribe-hibernate/
implementation ("org.smooks.cartridges.persistence:smooks-scribe-hibernate:2.0.0-RC1")
'org.smooks.cartridges.persistence:smooks-scribe-hibernate:jar:2.0.0-RC1'
<dependency org="org.smooks.cartridges.persistence" name="smooks-scribe-hibernate" rev="2.0.0-RC1">
<artifact name="smooks-scribe-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smooks.cartridges.persistence', module='smooks-scribe-hibernate', version='2.0.0-RC1')
)
libraryDependencies += "org.smooks.cartridges.persistence" % "smooks-scribe-hibernate" % "2.0.0-RC1"
[org.smooks.cartridges.persistence/smooks-scribe-hibernate "2.0.0-RC1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.smooks.cartridges.persistence : smooks-scribe-core | jar | 2.0.0-RC1 |
| org.hibernate : hibernate-core | jar | 5.6.5.Final |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 1.10.19 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.1 |
| junit : junit | jar | 4.13.2 |