Contracts for Java

Contracts for Java is a contract programming framework for Java.

License

License

GroupId

GroupId

io.konverge
ArtifactId

ArtifactId

cofoja
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Contracts for Java
Contracts for Java is a contract programming framework for Java.
Project Organization

Project Organization

Konverge.io

Download cofoja

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.ow2.asm : asm-all jar 4.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

system (1)

Group / Artifact Type Version
com.sun » tools jar 1.5.0

Project Modules

There are no modules declared in this project.

Build Status

Contracts for Java is a contract programming framework for Java, which uses annotation processing and bytecode instrumentation to provide run-time checking.

io.konverge

konverge.io

Versions

Version
2.0.0