p

preconditions

A small library providing custom precondition checks which help to ensure invariants
https://github.com/w-nowak/preconditions
The Apache License, Version 2.0
Wojciech Nowak
Files download
File Operation
preconditions-1.0.0.jar download
preconditions-1.0.0.pom download
preconditions-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.w-nowak.tools</groupId>
  <artifactId>preconditions</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.w-nowak.tools:preconditions:1.0.0'
Gradle Kotlin
implementation("io.github.w-nowak.tools:preconditions:1.0.0")
Scala SBT
libraryDependencies += "io.github.w-nowak.tools" % "preconditions" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.w-nowak.tools', module='preconditions', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.w-nowak.tools" name="preconditions" rev="1.0.0" />
Leiningen
[io.github.w-nowak.tools/preconditions "1.0.0"]
Apache Buildr
'io.github.w-nowak.tools:preconditions:jar:1.0.0'