License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing React User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
GroupId | GroupIdcom.tascape |
ArtifactId | ArtifactIdreactor-junit4 |
Last Version | Last Version4.12.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionreactor-junit4
JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
reactor-junit4-4.12.1.pom | |
reactor-junit4-4.12.1.jar | 312 KB |
reactor-junit4-4.12.1-sources.jar | 195 KB |
reactor-junit4-4.12.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tascape/reactor-junit4/ -->
<dependency>
<groupId>com.tascape</groupId>
<artifactId>reactor-junit4</artifactId>
<version>4.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tascape/reactor-junit4/
implementation 'com.tascape:reactor-junit4:4.12.1'
// https://jarcasting.com/artifacts/com.tascape/reactor-junit4/
implementation ("com.tascape:reactor-junit4:4.12.1")
'com.tascape:reactor-junit4:jar:4.12.1'
<dependency org="com.tascape" name="reactor-junit4" rev="4.12.1">
<artifact name="reactor-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tascape', module='reactor-junit4', version='4.12.1')
)
libraryDependencies += "com.tascape" % "reactor-junit4" % "4.12.1"
[com.tascape/reactor-junit4 "4.12.1"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-core | jar | 1.3 |
org.slf4j : slf4j-api | jar | 1.7.13 |