Registry / utility / com-io7m-jaffirm-core

com-io7m-jaffirm-core

JSON →
library4.0.1javamavenunverified

Core library for contract checking in Java, providing assertions and preconditions.

<dependency> <groupId>com.io7m.jaffirm</groupId> <artifactId>com.io7m.jaffirm.core</artifactId> <version>4.0.1</version> </dependency>
INSTALL
IMPORT
SIG · COM-IO7M-JAFFIRM-C
C
com-io7m-jaffirm-core
utilityjavav4.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Preconditions
com.io7m.jaffirm.core.Preconditions

Checks a precondition that a value is not null.

import com.io7m.jaffirm.core.Preconditions; public class Example { public static void main(String[] args) { String value = "hello"; Preconditions.checkNotNull(value, "Value must not be null"); System.out.println("Value is: " + value); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
com-io7m-jaffirm-core — mvn dependency:get com-io7m-jaffirm-core · libregistry