License |
License |
---|---|
GroupId | GroupIdcom.fitbur.testify |
ArtifactId | ArtifactIdcore |
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 |
---|---|
core-0.1.3.pom | |
core-0.1.3.jar | 22 KB |
core-0.1.3-sources.jar | 15 KB |
core-0.1.3-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fitbur.testify/core/ -->
<dependency>
<groupId>com.fitbur.testify</groupId>
<artifactId>core</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify/core/
implementation 'com.fitbur.testify:core:0.1.3'
// https://jarcasting.com/artifacts/com.fitbur.testify/core/
implementation ("com.fitbur.testify:core:0.1.3")
'com.fitbur.testify:core:jar:0.1.3'
<dependency org="com.fitbur.testify" name="core" rev="0.1.3">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify', module='core', version='0.1.3')
)
libraryDependencies += "com.fitbur.testify" % "core" % "0.1.3"
[com.fitbur.testify/core "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.fitbur.testify : api | jar | 0.1.3 |
com.fitbur.external : external-asm | jar | 0.5.6 |
com.fitbur.external : external-guava | jar | 0.5.6 |
org.slf4j : slf4j-api | jar | 1.7.12 |
org.slf4j : slf4j-ext | jar | 1.7.12 |
org.slf4j : jcl-over-slf4j | jar | 1.7.12 |
org.slf4j : log4j-over-slf4j | jar | 1.7.12 |
org.slf4j : jul-to-slf4j | jar | 1.7.12 |
ch.qos.logback : logback-classic | jar | 1.1.3 |
org.fusesource.jansi : jansi | jar | 1.11 |