c

coregex-junit-quickcheck

JUnit Quickcheck bindings for coregex library.
https://github.com/SimY4/coregex
Apache-2.0
Alex Simkin
Alex Simkin
Files download
File Operation
coregex-junit-quickcheck-1.0.8.jar download
coregex-junit-quickcheck-1.0.8.pom download
coregex-junit-quickcheck-1.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.simy4.coregex</groupId>
  <artifactId>coregex-junit-quickcheck</artifactId>
  <version>1.0.8</version>
</dependency>
Gradle Groovy
implementation 'com.github.simy4.coregex:coregex-junit-quickcheck:1.0.8'
Gradle Kotlin
implementation("com.github.simy4.coregex:coregex-junit-quickcheck:1.0.8")
Scala SBT
libraryDependencies += "com.github.simy4.coregex" % "coregex-junit-quickcheck" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.github.simy4.coregex', module='coregex-junit-quickcheck', version='1.0.8')
)
Apache Ivy
<dependency org="com.github.simy4.coregex" name="coregex-junit-quickcheck" rev="1.0.8" />
Leiningen
[com.github.simy4.coregex/coregex-junit-quickcheck "1.0.8"]
Apache Buildr
'com.github.simy4.coregex:coregex-junit-quickcheck:jar:1.0.8'