MVN

org.gcontracts : gcontracts-grails

Maven & Gradle

Apr 08, 2013
114 stars

GContracts - Programming by Contract for Groovy · GContracts provides annotations to implement interface contracts aka design by contract in Groovy classes.

<dependency>
    <groupId>org.gcontracts</groupId>
    <artifactId>gcontracts-grails</artifactId>
    <version>1.2.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.gcontracts : gcontracts-grails to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.12

All Versions

Choose a version of org.gcontracts : gcontracts-grails to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
gcontracts-grails-1.2.12
gcontracts-grails-1.2.11
gcontracts-grails-1.2.10
gcontracts-grails-1.2.9
gcontracts-grails-1.2.5
gcontracts-grails-1.2.4
gcontracts-grails-1.2.3
gcontracts-grails-1.2.2
gcontracts-grails-1.2.1
gcontracts-grails-1.2.0

How to add a dependency to Maven

Add the following org.gcontracts : gcontracts-grails maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.gcontracts</groupId>
    <artifactId>gcontracts-grails</artifactId>
    <version>1.2.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.gcontracts : gcontracts-grails gradle dependency to your build.gradle file:

implementation 'org.gcontracts:gcontracts-grails:1.2.12'

Gradle Kotlin DSL: Add the following org.gcontracts : gcontracts-grails gradle kotlin dependency to your build.gradle.kts file:

implementation("org.gcontracts:gcontracts-grails:1.2.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.gcontracts : gcontracts-grails sbt scala dependency to your build.sbt file:

libraryDependencies += "org.gcontracts" % "gcontracts-grails" % "1.2.12"

Advertisement