License |
License |
---|---|
GroupId | GroupIdcom.fitbur.testify |
ArtifactId | ArtifactIdparent |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTestify
An opinionated Java Testing Framework faithful to testing principles
and best practices.
|
Project Organization |
Project OrganizationSharmarke Aden |
Filename | Size |
---|---|
parent-0.1.3.pom | 19 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"]