Files download
File Operation
smart-hibernate-abstract-dao-0.3.1.jar download
smart-hibernate-abstract-dao-0.3.1.pom download
smart-hibernate-abstract-dao-0.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.smartitengineering</groupId>
  <artifactId>smart-hibernate-abstract-dao</artifactId>
  <version>0.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.smartitengineering:smart-hibernate-abstract-dao:0.3.1'
Gradle Kotlin
implementation("com.smartitengineering:smart-hibernate-abstract-dao:0.3.1")
Scala SBT
libraryDependencies += "com.smartitengineering" % "smart-hibernate-abstract-dao" % "0.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.smartitengineering', module='smart-hibernate-abstract-dao', version='0.3.1')
)
Apache Ivy
<dependency org="com.smartitengineering" name="smart-hibernate-abstract-dao" rev="0.3.1" />
Leiningen
[com.smartitengineering/smart-hibernate-abstract-dao "0.3.1"]
Apache Buildr
'com.smartitengineering:smart-hibernate-abstract-dao:jar:0.3.1'