Last Version

GContracts - Programming by Contract for Groovy 1.2.12

GContracts provides annotations to implement interface contracts aka design by contract in Groovy classes.

License

License

BSD License
GroupId

GroupId

org.gcontracts
ArtifactId

ArtifactId

gcontracts-doc
Version

Version

1.2.12
Type

Type

jar
Description

Description

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

Project URL

http://github.com/andresteingress/gcontracts

Download gcontracts-doc 1.2.12


<!-- https://jarcasting.com/artifacts/org.gcontracts/gcontracts-doc/ -->
<dependency>
    <groupId>org.gcontracts</groupId>
    <artifactId>gcontracts-doc</artifactId>
    <version>1.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.gcontracts/gcontracts-doc/
implementation 'org.gcontracts:gcontracts-doc:1.2.12'
// https://jarcasting.com/artifacts/org.gcontracts/gcontracts-doc/
implementation ("org.gcontracts:gcontracts-doc:1.2.12")
'org.gcontracts:gcontracts-doc:jar:1.2.12'
<dependency org="org.gcontracts" name="gcontracts-doc" rev="1.2.12">
  <artifact name="gcontracts-doc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gcontracts', module='gcontracts-doc', version='1.2.12')
)
libraryDependencies += "org.gcontracts" % "gcontracts-doc" % "1.2.12"
[org.gcontracts/gcontracts-doc "1.2.12"]

Dependencies

compile (3)

Group / Artifact Type Version
org.ow2.asm : asm jar 4.0
org.apache.ant : ant jar 1.8.2
org.gcontracts : gcontracts-core jar 1.2.12

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.