a

annotated-contracts

Annotation-based design by contract library.
http://github.com/sebhoss/annotated-contracts
Files download
File Operation
annotated-contracts-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.sebhoss.contract</groupId>
  <artifactId>annotated-contracts</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.sebhoss.contract:annotated-contracts:1.0.0'
Gradle Kotlin
implementation("com.github.sebhoss.contract:annotated-contracts:1.0.0")
Scala SBT
libraryDependencies += "com.github.sebhoss.contract" % "annotated-contracts" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sebhoss.contract', module='annotated-contracts', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.sebhoss.contract" name="annotated-contracts" rev="1.0.0" />
Leiningen
[com.github.sebhoss.contract/annotated-contracts "1.0.0"]
Apache Buildr
'com.github.sebhoss.contract:annotated-contracts:jar:1.0.0'