License |
License |
---|---|
GroupId | GroupIdorg.seqdoop |
ArtifactId | ArtifactIdcofoja |
Last Version | Last Version1.1-r150 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCofoja
Contracts for Java enables you to annotate your code with contracts in the form of preconditions, postconditions and invariants.
|
Project URL |
Project URL |
Filename | Size |
---|---|
cofoja-1.1-r150.pom | |
cofoja-1.1-r150.jar | 588 KB |
cofoja-1.1-r150-sources.jar | 548 bytes |
cofoja-1.1-r150-javadoc.jar | 543 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.seqdoop/cofoja/ -->
<dependency>
<groupId>org.seqdoop</groupId>
<artifactId>cofoja</artifactId>
<version>1.1-r150</version>
</dependency>
// https://jarcasting.com/artifacts/org.seqdoop/cofoja/
implementation 'org.seqdoop:cofoja:1.1-r150'
// https://jarcasting.com/artifacts/org.seqdoop/cofoja/
implementation ("org.seqdoop:cofoja:1.1-r150")
'org.seqdoop:cofoja:jar:1.1-r150'
<dependency org="org.seqdoop" name="cofoja" rev="1.1-r150">
<artifact name="cofoja" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seqdoop', module='cofoja', version='1.1-r150')
)
libraryDependencies += "org.seqdoop" % "cofoja" % "1.1-r150"
[org.seqdoop/cofoja "1.1-r150"]