Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.anaptecs.jeaf.persistence |
ArtifactId | ArtifactIdjeaf-hibernate5-test-impl |
Version | Version1.6.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.anaptecs.jeaf.persistence/jeaf-hibernate5-test-impl/ -->
<dependency>
<groupId>com.anaptecs.jeaf.persistence</groupId>
<artifactId>jeaf-hibernate5-test-impl</artifactId>
<version>1.6.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.persistence/jeaf-hibernate5-test-impl/
implementation 'com.anaptecs.jeaf.persistence:jeaf-hibernate5-test-impl:1.6.10'
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.persistence/jeaf-hibernate5-test-impl/
implementation ("com.anaptecs.jeaf.persistence:jeaf-hibernate5-test-impl:1.6.10")
'com.anaptecs.jeaf.persistence:jeaf-hibernate5-test-impl:jar:1.6.10'
<dependency org="com.anaptecs.jeaf.persistence" name="jeaf-hibernate5-test-impl" rev="1.6.10">
<artifact name="jeaf-hibernate5-test-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anaptecs.jeaf.persistence', module='jeaf-hibernate5-test-impl', version='1.6.10')
)
libraryDependencies += "com.anaptecs.jeaf.persistence" % "jeaf-hibernate5-test-impl" % "1.6.10"
[com.anaptecs.jeaf.persistence/jeaf-hibernate5-test-impl "1.6.10"]