License |
License |
---|---|
GroupId | GroupIdcom.fitbur.testify.level |
ArtifactId | ArtifactIdsystem |
Last Version | Last Version0.1.3 |
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 |
---|---|
system-0.1.3.pom | |
system-0.1.3.jar | 18 KB |
system-0.1.3-sources.jar | 12 KB |
system-0.1.3-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fitbur.testify.level/system/ -->
<dependency>
<groupId>com.fitbur.testify.level</groupId>
<artifactId>system</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify.level/system/
implementation 'com.fitbur.testify.level:system:0.1.3'
// https://jarcasting.com/artifacts/com.fitbur.testify.level/system/
implementation ("com.fitbur.testify.level:system:0.1.3")
'com.fitbur.testify.level:system:jar:0.1.3'
<dependency org="com.fitbur.testify.level" name="system" rev="0.1.3">
<artifact name="system" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify.level', module='system', version='0.1.3')
)
libraryDependencies += "com.fitbur.testify.level" % "system" % "0.1.3"
[com.fitbur.testify.level/system "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.fitbur.testify : core | jar | 0.1.3 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.0.40-beta |