a

assert-native

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