License |
License |
---|---|
GroupId | GroupIdcom.fitbur.testify |
ArtifactId | ArtifactIdunit |
Last Version | Last Version0.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAn opinionated Java Testing Framework faithful to testing principles
and best practices.
|
Project Organization |
Project OrganizationSharmarke Aden |
Filename | Size |
---|---|
unit-0.0.6.pom | |
unit-0.0.6.jar | 13 KB |
unit-0.0.6-sources.jar | 9 KB |
unit-0.0.6-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fitbur.testify/unit/ -->
<dependency>
<groupId>com.fitbur.testify</groupId>
<artifactId>unit</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify/unit/
implementation 'com.fitbur.testify:unit:0.0.6'
// https://jarcasting.com/artifacts/com.fitbur.testify/unit/
implementation ("com.fitbur.testify:unit:0.0.6")
'com.fitbur.testify:unit:jar:0.0.6'
<dependency org="com.fitbur.testify" name="unit" rev="0.0.6">
<artifact name="unit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify', module='unit', version='0.0.6')
)
libraryDependencies += "com.fitbur.testify" % "unit" % "0.0.6"
[com.fitbur.testify/unit "0.0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.fitbur.testify : core | jar | 0.0.6 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.0.31-beta |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.2.0 |