| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mfathi91 |
| ArtifactId | ArtifactIdjconunit |
| Version | Version3.0.0 |
| Type | Typejar |
| Description |
Descriptionjconunit
This library is able to facilitate unit testing in concurrent environment.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jconunit-3.0.0.pom | |
| jconunit-3.0.0.jar | 6 KB |
| jconunit-3.0.0-sources.jar | 5 KB |
| jconunit-3.0.0-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mfathi91/jconunit/ -->
<dependency>
<groupId>com.github.mfathi91</groupId>
<artifactId>jconunit</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mfathi91/jconunit/
implementation 'com.github.mfathi91:jconunit:3.0.0'
// https://jarcasting.com/artifacts/com.github.mfathi91/jconunit/
implementation ("com.github.mfathi91:jconunit:3.0.0")
'com.github.mfathi91:jconunit:jar:3.0.0'
<dependency org="com.github.mfathi91" name="jconunit" rev="3.0.0">
<artifact name="jconunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mfathi91', module='jconunit', version='3.0.0')
)
libraryDependencies += "com.github.mfathi91" % "jconunit" % "3.0.0"
[com.github.mfathi91/jconunit "3.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.2.0 |
| org.mockito : mockito-core | jar | 2.18.3 |