Last Version

GContracts - Contract-Oriented Programming for Groovy 1.1.3

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
Version

Version

1.1.3
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 1.1.3


<!-- 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.