Last Version

Testify 0.1.3

An opinionated Java Testing Framework faithful to testing principles and best practices.

License

License

GroupId

GroupId

com.fitbur.testify
ArtifactId

ArtifactId

parent
Version

Version

0.1.3
Type

Type

pom
Description

Description

Testify
An opinionated Java Testing Framework faithful to testing principles and best practices.
Project Organization

Project Organization

Sharmarke Aden

Download parent 0.1.3

Filename Size
parent-0.1.3.pom 22 KB
Browse

<!-- https://jarcasting.com/artifacts/com.fitbur.testify/parent/ -->
<dependency>
    <groupId>com.fitbur.testify</groupId>
    <artifactId>parent</artifactId>
    <version>0.1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify/parent/
implementation 'com.fitbur.testify:parent:0.1.3'
// https://jarcasting.com/artifacts/com.fitbur.testify/parent/
implementation ("com.fitbur.testify:parent:0.1.3")
'com.fitbur.testify:parent:pom:0.1.3'
<dependency org="com.fitbur.testify" name="parent" rev="0.1.3">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify', module='parent', version='0.1.3')
)
libraryDependencies += "com.fitbur.testify" % "parent" % "0.1.3"
[com.fitbur.testify/parent "0.1.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • api
  • core
  • di
  • level
  • junit
  • need
  • client
  • server
  • examples
  • archetype