MVN

cc.catalysts.gradle : cat-gradle-hibernate-plugin

Maven & Gradle

Jan 30, 2019
13 stars

cat-gradle-hibernate-plugin · Catalysts Gradle extentions

<dependency>
    <groupId>cc.catalysts.gradle</groupId>
    <artifactId>cat-gradle-hibernate-plugin</artifactId>
    <version>0.0.29</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.catalysts.gradle : cat-gradle-hibernate-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.29

All Versions

Choose a version of cc.catalysts.gradle : cat-gradle-hibernate-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
cat-gradle-hibernate-plugin-0.0.29
cat-gradle-hibernate-plugin-0.0.28
cat-gradle-hibernate-plugin-0.0.25
cat-gradle-hibernate-plugin-0.0.24
cat-gradle-hibernate-plugin-0.0.22
cat-gradle-hibernate-plugin-0.0.17
cat-gradle-hibernate-plugin-0.0.15
cat-gradle-hibernate-plugin-0.0.11
cat-gradle-hibernate-plugin-0.0.10

How to add a dependency to Maven

Add the following cc.catalysts.gradle : cat-gradle-hibernate-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cc.catalysts.gradle</groupId>
    <artifactId>cat-gradle-hibernate-plugin</artifactId>
    <version>0.0.29</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.catalysts.gradle : cat-gradle-hibernate-plugin gradle dependency to your build.gradle file:

implementation 'cc.catalysts.gradle:cat-gradle-hibernate-plugin:0.0.29'

Gradle Kotlin DSL: Add the following cc.catalysts.gradle : cat-gradle-hibernate-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.catalysts.gradle:cat-gradle-hibernate-plugin:0.0.29")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.catalysts.gradle : cat-gradle-hibernate-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.catalysts.gradle" % "cat-gradle-hibernate-plugin" % "0.0.29"

Advertisement