License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdcom.github.katari |
ArtifactId | ArtifactIdk2-hibernate |
Last Version | Last Version0.1.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionK2 hibernate module
K2 simplifies structuring a java application around modules.
|
Filename | Size |
---|---|
k2-hibernate-0.1.11.pom | |
k2-hibernate-0.1.11.jar | 19 KB |
k2-hibernate-0.1.11-sources.jar | 14 KB |
k2-hibernate-0.1.11-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.katari/k2-hibernate/ -->
<dependency>
<groupId>com.github.katari</groupId>
<artifactId>k2-hibernate</artifactId>
<version>0.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.katari/k2-hibernate/
implementation 'com.github.katari:k2-hibernate:0.1.11'
// https://jarcasting.com/artifacts/com.github.katari/k2-hibernate/
implementation ("com.github.katari:k2-hibernate:0.1.11")
'com.github.katari:k2-hibernate:jar:0.1.11'
<dependency org="com.github.katari" name="k2-hibernate" rev="0.1.11">
<artifact name="k2-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.katari', module='k2-hibernate', version='0.1.11')
)
libraryDependencies += "com.github.katari" % "k2-hibernate" % "0.1.11"
[com.github.katari/k2-hibernate "0.1.11"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.21 |
org.slf4j : jcl-over-slf4j | jar | 1.7.21 |
ch.qos.logback : logback-classic | jar | 1.1.7 |
com.github.katari : k2-core | jar | 0.1.11 |
org.springframework.boot : spring-boot | jar | 2.0.5.RELEASE |
org.hibernate : hibernate-core | jar | 5.4.19.Final |
org.apache.tomcat : tomcat-jdbc | jar | 8.5.0 |
org.springframework : spring-orm | jar | 5.1.8.RELEASE |
org.eclipse.jetty : jetty-webapp | jar | 9.4.12.v20180830 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.springframework : spring-web | jar | 5.1.8.RELEASE |
org.springframework : spring-webmvc | jar | 5.1.8.RELEASE |
org.apache.commons : commons-lang3 | jar | 3.4 |
org.mockito : mockito-core | jar | 3.6.28 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.191 |
junit : junit | jar | 4.12 |
org.jacoco : org.jacoco.agent | jar | 0.7.8 |