MVN

io.github.zkgroovy : grailszk-common

Maven & Gradle

Mar 20, 2023
1 usages
6 stars

Grailszk common · A Grails plugin that gives special support for building ZK applications

<dependency>
    <groupId>io.github.zkgroovy</groupId>
    <artifactId>grailszk-common</artifactId>
    <version>3.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.zkgroovy : grailszk-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.3

All Versions

Choose a version of io.github.zkgroovy : grailszk-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
grailszk-common-4.2.3
grailszk-common-4.2.2
grailszk-common-4.2.1
grailszk-common-4.2.0
4.1.x
grailszk-common-4.1.0
4.0.x
grailszk-common-4.0.0
3.2.x
grailszk-common-3.2.3
grailszk-common-3.2.2
grailszk-common-3.2.1
grailszk-common-3.2.0
3.1.x
grailszk-common-3.1.0
3.0.x
grailszk-common-3.0.0
3.0
grailszk-common-3.0

How to add a dependency to Maven

Add the following io.github.zkgroovy : grailszk-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.zkgroovy</groupId>
    <artifactId>grailszk-common</artifactId>
    <version>3.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.zkgroovy : grailszk-common gradle dependency to your build.gradle file:

implementation 'io.github.zkgroovy:grailszk-common:3.2.3'

Gradle Kotlin DSL: Add the following io.github.zkgroovy : grailszk-common gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.zkgroovy:grailszk-common:3.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.zkgroovy : grailszk-common sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.zkgroovy" % "grailszk-common" % "3.2.3"

Advertisement