Last Version

Annotated-Contracts 1.0.0

Annotation-based design by contract library.

License

License

GroupId

GroupId

com.github.sebhoss.contract
ArtifactId

ArtifactId

annotated-contracts
Version

Version

1.0.0
Type

Type

pom
Description

Description

Annotated-Contracts
Annotation-based design by contract library.
Project URL

Project URL

http://github.com/sebhoss/annotated-contracts
Source Code Management

Source Code Management

http://github.com/sebhoss/annotated-contracts

Download annotated-contracts 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.sebhoss.contract/annotated-contracts/ -->
<dependency>
    <groupId>com.github.sebhoss.contract</groupId>
    <artifactId>annotated-contracts</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss.contract/annotated-contracts/
implementation 'com.github.sebhoss.contract:annotated-contracts:1.0.0'
// https://jarcasting.com/artifacts/com.github.sebhoss.contract/annotated-contracts/
implementation ("com.github.sebhoss.contract:annotated-contracts:1.0.0")
'com.github.sebhoss.contract:annotated-contracts:pom:1.0.0'
<dependency org="com.github.sebhoss.contract" name="annotated-contracts" rev="1.0.0">
  <artifact name="annotated-contracts" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss.contract', module='annotated-contracts', version='1.0.0')
)
libraryDependencies += "com.github.sebhoss.contract" % "annotated-contracts" % "1.0.0"
[com.github.sebhoss.contract/annotated-contracts "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.github.sebhoss : common-annotations jar
ch.qos.cal10n : cal10n-api jar

Project Modules

  • contract-core
  • contract-integrations
  • contract-languages
  • contract-frameworks
  • contract-examples