p

parent

Automate the generation of boilerplate code needed for junit-quickcheck
https://gitlab.com/Allsimon/junit-quickcheck-processor/
MIT License
Simon Allegraud
Files download
File Operation
parent-0.0.2.pom download
Apache Maven
<dependency>
  <groupId>com.gitlab.allsimon.quickcheck</groupId>
  <artifactId>parent</artifactId>
  <version>0.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.gitlab.allsimon.quickcheck:parent:0.0.2'
Gradle Kotlin
implementation("com.gitlab.allsimon.quickcheck:parent:0.0.2")
Scala SBT
libraryDependencies += "com.gitlab.allsimon.quickcheck" % "parent" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.gitlab.allsimon.quickcheck', module='parent', version='0.0.2')
)
Apache Ivy
<dependency org="com.gitlab.allsimon.quickcheck" name="parent" rev="0.0.2" />
Leiningen
[com.gitlab.allsimon.quickcheck/parent "0.0.2"]
Apache Buildr
'com.gitlab.allsimon.quickcheck:parent:jar:0.0.2'
Dependencies
The project has no third-party dependencies