Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.apache-extras.camel-extra |
ArtifactId | ArtifactIdcamel-example-hibernate |
Version | Version2.13.1 |
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.1</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.1'
// https://jarcasting.com/artifacts/org.apache-extras.camel-extra/camel-example-hibernate/
implementation ("org.apache-extras.camel-extra:camel-example-hibernate:2.13.1")
'org.apache-extras.camel-extra:camel-example-hibernate:jar:2.13.1'
<dependency org="org.apache-extras.camel-extra" name="camel-example-hibernate" rev="2.13.1">
<artifact name="camel-example-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache-extras.camel-extra', module='camel-example-hibernate', version='2.13.1')
)
libraryDependencies += "org.apache-extras.camel-extra" % "camel-example-hibernate" % "2.13.1"
[org.apache-extras.camel-extra/camel-example-hibernate "2.13.1"]