License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdcom.link-intersystems.commons |
ArtifactId | ArtifactIdlis-commons-sql-hibernate |
Last Version | Last Version1.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLIS Commons SQL Hibernate
Link Intersystems Commons SQL Hibernate (lis-commons-sql-hibernate)
is an extension for lis-commons-sql that provides SQL statement generation using a hibernate dialect.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.link-intersystems.commons/lis-commons-sql-hibernate/ -->
<dependency>
<groupId>com.link-intersystems.commons</groupId>
<artifactId>lis-commons-sql-hibernate</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.link-intersystems.commons/lis-commons-sql-hibernate/
implementation 'com.link-intersystems.commons:lis-commons-sql-hibernate:1.5.1'
// https://jarcasting.com/artifacts/com.link-intersystems.commons/lis-commons-sql-hibernate/
implementation ("com.link-intersystems.commons:lis-commons-sql-hibernate:1.5.1")
'com.link-intersystems.commons:lis-commons-sql-hibernate:jar:1.5.1'
<dependency org="com.link-intersystems.commons" name="lis-commons-sql-hibernate" rev="1.5.1">
<artifact name="lis-commons-sql-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.link-intersystems.commons', module='lis-commons-sql-hibernate', version='1.5.1')
)
libraryDependencies += "com.link-intersystems.commons" % "lis-commons-sql-hibernate" % "1.5.1"
[com.link-intersystems.commons/lis-commons-sql-hibernate "1.5.1"]
Group / Artifact | Type | Version |
---|---|---|
com.link-intersystems.commons : lis-commons-sql | jar | 1.5.1 |
org.hibernate : hibernate-core | jar | 5.6.8.Final |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.junit.platform : junit-platform-suite | jar | |
org.mockito : mockito-core | jar | 4.4.0 |