a

assert

Lightweight and elegant assertions library.
https://github.com/kotools/assert
MIT
Loïc Lamarque
Files download
File Operation
assert-3.0.2.jar download
assert-3.0.2.pom download
assert-3.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.kotools</groupId>
  <artifactId>assert</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.kotools:assert:3.0.2'
Gradle Kotlin
implementation("io.github.kotools:assert:3.0.2")
Scala SBT
libraryDependencies += "io.github.kotools" % "assert" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.kotools', module='assert', version='3.0.2')
)
Apache Ivy
<dependency org="io.github.kotools" name="assert" rev="3.0.2" />
Leiningen
[io.github.kotools/assert "3.0.2"]
Apache Buildr
'io.github.kotools:assert:jar:3.0.2'