Skip to content

Instantly share code, notes, and snippets.

@ythirion
Created April 6, 2020 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ythirion/80b8118f87822bddca14d1a546f31c35 to your computer and use it in GitHub Desktop.
Save ythirion/80b8118f87822bddca14d1a546f31c35 to your computer and use it in GitHub Desktop.
PBT
<properties>
<junit-quickcheck.version>0.9.1</junit-quickcheck.version>
</properties>
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-core</artifactId>
<version>${junit-quickcheck.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-generators</artifactId>
<version>${junit-quickcheck.version}</version>
<scope>test</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment