Contracts for Java is a contract programming framework for Java, which uses annotation processing and bytecode instrumentation to provide run-time checking.
License |
License |
---|---|
GroupId | GroupIdio.konverge |
ArtifactId | ArtifactIdcofoja |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionContracts for Java
Contracts for Java is a contract programming framework for Java.
|
Project Organization |
Project OrganizationKonverge.io |
Filename | Size |
---|---|
cofoja-2.0.0.pom | |
cofoja-2.0.0.jar | 210 KB |
cofoja-2.0.0-tests.jar | 85 KB |
cofoja-2.0.0-test-sources.jar | 43 KB |
cofoja-2.0.0-sources.jar | 154 KB |
cofoja-2.0.0-javadoc.jar | 565 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.asm : asm-all | jar | 4.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
Group / Artifact | Type | Version |
---|---|---|
com.sun » tools | jar | 1.5.0 |
Contracts for Java is a contract programming framework for Java, which uses annotation processing and bytecode instrumentation to provide run-time checking.