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.3.pom download
Apache Maven
<dependency>
  <groupId>com.fitbur.testify</groupId>
  <artifactId>parent</artifactId>
  <version>0.1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.fitbur.testify:parent:0.1.3'
Gradle Kotlin
implementation("com.fitbur.testify:parent:0.1.3")
Scala SBT
libraryDependencies += "com.fitbur.testify" % "parent" % "0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.fitbur.testify', module='parent', version='0.1.3')
)
Apache Ivy
<dependency org="com.fitbur.testify" name="parent" rev="0.1.3" />
Leiningen
[com.fitbur.testify/parent "0.1.3"]
Apache Buildr
'com.fitbur.testify:parent:jar:0.1.3'
Dependencies
The project has no third-party dependencies