License |
License
BSD License
|
---|---|
GroupId | GroupIdorg.gcontracts |
ArtifactId | ArtifactIdgcontracts |
Last Version | Last Version1.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGContracts - Contract-Oriented Programming for Groovy
GContracts provides annotations to implement interface contracts aka design by contract in Groovy classes.
|
Project URL |
Project URL |
Filename | Size |
---|---|
gcontracts-1.1.3.pom | |
gcontracts-1.1.3.jar | 38 KB |
gcontracts-1.1.3-sources.jar | 43 KB |
gcontracts-1.1.3-javadoc.jar | 162 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 1.7.5 |
asm : asm | jar | 3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |