Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.apache-extras.camel-extra |
ArtifactId | ArtifactIdcamel-example-hibernate |
Version | Version2.13.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache-extras.camel-extra/camel-example-hibernate/ -->
<dependency>
<groupId>org.apache-extras.camel-extra</groupId>
<artifactId>camel-example-hibernate</artifactId>
<version>2.13.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache-extras.camel-extra/camel-example-hibernate/
implementation 'org.apache-extras.camel-extra:camel-example-hibernate:2.13.3'
// https://jarcasting.com/artifacts/org.apache-extras.camel-extra/camel-example-hibernate/
implementation ("org.apache-extras.camel-extra:camel-example-hibernate:2.13.3")
'org.apache-extras.camel-extra:camel-example-hibernate:jar:2.13.3'
<dependency org="org.apache-extras.camel-extra" name="camel-example-hibernate" rev="2.13.3">
<artifact name="camel-example-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache-extras.camel-extra', module='camel-example-hibernate', version='2.13.3')
)
libraryDependencies += "org.apache-extras.camel-extra" % "camel-example-hibernate" % "2.13.3"
[org.apache-extras.camel-extra/camel-example-hibernate "2.13.3"]