License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdcom.anaptecs.jeaf.persistence |
ArtifactId | ArtifactIdjeaf-hibernate5-jse-runtime |
Version | Version1.6.2 |
Type | Typepom |
Description |
DescriptionJEAF Hibernate 5 JSE Runtime
Project provides an implementation of JEAF Persistence Service Provider based on Hibernate 5.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jeaf-hibernate5-jse-runtime-1.6.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.anaptecs.jeaf.persistence/jeaf-hibernate5-jse-runtime/ -->
<dependency>
<groupId>com.anaptecs.jeaf.persistence</groupId>
<artifactId>jeaf-hibernate5-jse-runtime</artifactId>
<version>1.6.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.persistence/jeaf-hibernate5-jse-runtime/
implementation 'com.anaptecs.jeaf.persistence:jeaf-hibernate5-jse-runtime:1.6.2'
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.persistence/jeaf-hibernate5-jse-runtime/
implementation ("com.anaptecs.jeaf.persistence:jeaf-hibernate5-jse-runtime:1.6.2")
'com.anaptecs.jeaf.persistence:jeaf-hibernate5-jse-runtime:pom:1.6.2'
<dependency org="com.anaptecs.jeaf.persistence" name="jeaf-hibernate5-jse-runtime" rev="1.6.2">
<artifact name="jeaf-hibernate5-jse-runtime" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.anaptecs.jeaf.persistence', module='jeaf-hibernate5-jse-runtime', version='1.6.2')
)
libraryDependencies += "com.anaptecs.jeaf.persistence" % "jeaf-hibernate5-jse-runtime" % "1.6.2"
[com.anaptecs.jeaf.persistence/jeaf-hibernate5-jse-runtime "1.6.2"]
Group / Artifact | Type | Version |
---|---|---|
com.anaptecs.jeaf.persistence : jeaf-hibernate5-persistence-service-provider-impl | jar | 1.6.2 |
org.hibernate : hibernate-core | jar | 5.3.7.Final |
org.hibernate : hibernate-entitymanager | jar | 5.3.7.Final |
org.hibernate : hibernate-c3p0 | jar | 5.3.7.Final |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
org.junit.platform : junit-platform-suite-api | jar | 1.5.2 |
org.junit.platform : junit-platform-runner | jar | 1.5.2 |