p

parent

An opinionated Java Testing Framework faithful to testing principles and best practices.
https://fitburio.github.io/testify
The Apache Software License, Version 2.0
Sharmarke Aden
Sharmarke Aden
Files download
File Operation
parent-0.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.fitbur.testify</groupId>
  <artifactId>parent</artifactId>
  <version>0.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.fitbur.testify:parent:0.1.0'
Gradle Kotlin
implementation("com.fitbur.testify:parent:0.1.0")
Scala SBT
libraryDependencies += "com.fitbur.testify" % "parent" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.fitbur.testify', module='parent', version='0.1.0')
)
Apache Ivy
<dependency org="com.fitbur.testify" name="parent" rev="0.1.0" />
Leiningen
[com.fitbur.testify/parent "0.1.0"]
Apache Buildr
'com.fitbur.testify:parent:jar:0.1.0'
Dependencies