is not current version
Last Version 1.5.0.Final

org.hibernate.hql:hibernate-hql-testing 1.3.0.Alpha1

Infrastructure for HQL/JP-QL parser tests

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate.hql
ArtifactId

ArtifactId

hibernate-hql-testing
Version

Version

1.3.0.Alpha1
Type

Type

jar

Download hibernate-hql-testing 1.3.0.Alpha1


<!-- https://jarcasting.com/artifacts/org.hibernate.hql/hibernate-hql-testing/ -->
<dependency>
    <groupId>org.hibernate.hql</groupId>
    <artifactId>hibernate-hql-testing</artifactId>
    <version>1.3.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate.hql/hibernate-hql-testing/
implementation 'org.hibernate.hql:hibernate-hql-testing:1.3.0.Alpha1'
// https://jarcasting.com/artifacts/org.hibernate.hql/hibernate-hql-testing/
implementation ("org.hibernate.hql:hibernate-hql-testing:1.3.0.Alpha1")
'org.hibernate.hql:hibernate-hql-testing:jar:1.3.0.Alpha1'
<dependency org="org.hibernate.hql" name="hibernate-hql-testing" rev="1.3.0.Alpha1">
  <artifact name="hibernate-hql-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate.hql', module='hibernate-hql-testing', version='1.3.0.Alpha1')
)
libraryDependencies += "org.hibernate.hql" % "hibernate-hql-testing" % "1.3.0.Alpha1"
[org.hibernate.hql/hibernate-hql-testing "1.3.0.Alpha1"]