GContracts - Contract-Oriented Programming for Groovy

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
Last Version

Last Version

1.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

GContracts - Contract-Oriented Programming 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

How to add to project

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

Dependencies

provided (2)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 1.7.5
asm : asm jar 3.2

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0