MVN

com.github.sebhoss.contract : annotated-contracts

Maven & Gradle

Oct 05, 2013
1 stars

Annotated-Contracts · Annotation-based design by contract library.

<dependency>
    <groupId>com.github.sebhoss.contract</groupId>
    <artifactId>annotated-contracts</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sebhoss.contract : annotated-contracts to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.sebhoss.contract : annotated-contracts to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
annotated-contracts-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.sebhoss.contract</groupId>
    <artifactId>annotated-contracts</artifactId>
    <version>1.0.0</version>
</dependency>