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