| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.github.roneetshaw |
| ArtifactId | ArtifactIdtesting-junit4 |
| Last Version | Last Version2.0.21 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThe Function Development Kit for Java makes it easy to build and deploy Java functions to Fn
|
| Filename | Size |
|---|---|
| testing-junit4-2.0.21.pom | |
| testing-junit4-2.0.21.jar | 27 KB |
| testing-junit4-2.0.21-sources.jar | 8 KB |
| testing-junit4-2.0.21-javadoc.jar | 45 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.roneetshaw/testing-junit4/ -->
<dependency>
<groupId>com.github.roneetshaw</groupId>
<artifactId>testing-junit4</artifactId>
<version>2.0.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.roneetshaw/testing-junit4/
implementation 'com.github.roneetshaw:testing-junit4:2.0.21'
// https://jarcasting.com/artifacts/com.github.roneetshaw/testing-junit4/
implementation ("com.github.roneetshaw:testing-junit4:2.0.21")
'com.github.roneetshaw:testing-junit4:jar:2.0.21'
<dependency org="com.github.roneetshaw" name="testing-junit4" rev="2.0.21">
<artifact name="testing-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.roneetshaw', module='testing-junit4', version='2.0.21')
)
libraryDependencies += "com.github.roneetshaw" % "testing-junit4" % "2.0.21"
[com.github.roneetshaw/testing-junit4 "2.0.21"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.roneetshaw : testing-core | jar | 2.0.21 |
| com.github.roneetshaw : runtime | jar | 2.0.21 |
| junit : junit | jar | 4.13.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 3.16.1 |