Camel-extra
Additional components for the Apache Camel integration framework.
License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdorg.apache-extras.camel-extra |
ArtifactId | ArtifactIdcamel-hibernate |
Last Version | Last Version2.25.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel Extra :: Hibernate
Camel Hibernate support
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camel-hibernate-2.25.2.pom | |
camel-hibernate-2.25.2.jar | 43 KB |
camel-hibernate-2.25.2-sources.jar | 31 KB |
camel-hibernate-2.25.2-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache-extras.camel-extra/camel-hibernate/ -->
<dependency>
<groupId>org.apache-extras.camel-extra</groupId>
<artifactId>camel-hibernate</artifactId>
<version>2.25.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache-extras.camel-extra/camel-hibernate/
implementation 'org.apache-extras.camel-extra:camel-hibernate:2.25.2'
// https://jarcasting.com/artifacts/org.apache-extras.camel-extra/camel-hibernate/
implementation ("org.apache-extras.camel-extra:camel-hibernate:2.25.2")
'org.apache-extras.camel-extra:camel-hibernate:jar:2.25.2'
<dependency org="org.apache-extras.camel-extra" name="camel-hibernate" rev="2.25.2">
<artifact name="camel-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache-extras.camel-extra', module='camel-hibernate', version='2.25.2')
)
libraryDependencies += "org.apache-extras.camel-extra" % "camel-hibernate" % "2.25.2"
[org.apache-extras.camel-extra/camel-hibernate "2.25.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-core | jar | 2.25.2 |
org.apache.camel : camel-spring | jar | 2.25.2 |
org.hibernate : hibernate-core | jar | 5.2.16.Final |
org.springframework : spring-tx Optional | jar | 5.1.13.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-orm | jar | 5.1.13.RELEASE |
org.springframework : spring-test | jar | 5.1.13.RELEASE |
org.apache.derby : derby | jar | 10.14.2.0 |
org.slf4j : slf4j-log4j12 | jar | 1.7.26 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.9.5 |
Additional components for the Apache Camel integration framework.