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