GContracts - Programming by Contract for Groovy

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

Лицензия

Лицензия

BSD License
Категории

Категории

Grails Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.gcontracts
Идентификатор

Идентификатор

gcontracts-grails
Последняя версия

Последняя версия

1.2.12
Дата

Дата

Тип

Тип

jar
Описание

Описание

GContracts - Programming by Contract for Groovy
GContracts provides annotations to implement interface contracts aka design by contract in Groovy classes.
Ссылка на сайт

Ссылка на сайт

http://github.com/andresteingress/gcontracts

Скачать gcontracts-grails

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.ow2.asm : asm jar 4.0
org.gcontracts : gcontracts-core jar 1.2.12

test (3)

Идентификатор библиотеки Тип Версия
org.springframework : spring-context jar 3.0.5.RELEASE
org.springframework : spring-core jar 3.0.5.RELEASE
junit : junit jar 3.8.2

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.2.12
1.2.11
1.2.10
1.2.9
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0