is not current version
Last Version 0.1.3

com.fitbur.testify:parent 0.1.2

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

GroupId

GroupId

com.fitbur.testify
ArtifactId

ArtifactId

parent
Version

Version

0.1.2
Type

Type

pom

Download parent 0.1.2

Filename Size
parent-0.1.2.pom 21 KB
Browse

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