MVN

com.khubla.pragmatach : pragmatach-hibernate

Maven & Gradle

Sep 06, 2016
2 stars

Khubla.com Pragmatach Hibernate plugin

<dependency>
    <groupId>com.khubla.pragmatach</groupId>
    <artifactId>pragmatach-hibernate</artifactId>
    <version>1.40</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.khubla.pragmatach : pragmatach-hibernate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.40

All Versions

Choose a version of com.khubla.pragmatach : pragmatach-hibernate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.40
pragmatach-hibernate-1.40

How to add a dependency to Maven

Add the following com.khubla.pragmatach : pragmatach-hibernate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.khubla.pragmatach</groupId>
    <artifactId>pragmatach-hibernate</artifactId>
    <version>1.40</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.khubla.pragmatach : pragmatach-hibernate gradle dependency to your build.gradle file:

implementation 'com.khubla.pragmatach:pragmatach-hibernate:1.40'

Gradle Kotlin DSL: Add the following com.khubla.pragmatach : pragmatach-hibernate gradle kotlin dependency to your build.gradle.kts file:

implementation("com.khubla.pragmatach:pragmatach-hibernate:1.40")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.khubla.pragmatach : pragmatach-hibernate sbt scala dependency to your build.sbt file:

libraryDependencies += "com.khubla.pragmatach" % "pragmatach-hibernate" % "1.40"

Advertisement