MVN

net.sqlind : SQLind4HQL

Maven & Gradle

Oct 08, 2011

SQLind4HQL · HQL template API

<dependency>
    <groupId>net.sqlind</groupId>
    <artifactId>SQLind4HQL</artifactId>
    <version>1.0.3-FINAL</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sqlind : SQLind4HQL to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3-FINAL
  • Latest Release Candidate: 1.0.0-RC

All Versions

Choose a version of net.sqlind : SQLind4HQL to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
SQLind4HQL-1.0.3-FINAL
SQLind4HQL-1.0.2-FINAL
SQLind4HQL-1.0.1-FINAL
SQLind4HQL-1.0.0-FINAL
SQLind4HQL-1.0.0-RC

How to add a dependency to Maven

Add the following net.sqlind : SQLind4HQL maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sqlind</groupId>
    <artifactId>SQLind4HQL</artifactId>
    <version>1.0.3-FINAL</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sqlind : SQLind4HQL gradle dependency to your build.gradle file:

implementation 'net.sqlind:SQLind4HQL:1.0.3-FINAL'

Gradle Kotlin DSL: Add the following net.sqlind : SQLind4HQL gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sqlind:SQLind4HQL:1.0.3-FINAL")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sqlind : SQLind4HQL sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sqlind" % "SQLind4HQL" % "1.0.3-FINAL"