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