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