License |
License |
---|---|
GroupId | GroupIdcom.melessoftware.testing |
ArtifactId | ArtifactIdmeles-concurrent-testing |
Version | Version0.2.0 |
Type | Typejar |
Description |
DescriptionMeles Concurrent Testing
A library to help with multi-threaded testing in junit
|
<!-- https://jarcasting.com/artifacts/com.melessoftware.testing/meles-concurrent-testing/ -->
<dependency>
<groupId>com.melessoftware.testing</groupId>
<artifactId>meles-concurrent-testing</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.melessoftware.testing/meles-concurrent-testing/
implementation 'com.melessoftware.testing:meles-concurrent-testing:0.2.0'
// https://jarcasting.com/artifacts/com.melessoftware.testing/meles-concurrent-testing/
implementation ("com.melessoftware.testing:meles-concurrent-testing:0.2.0")
'com.melessoftware.testing:meles-concurrent-testing:jar:0.2.0'
<dependency org="com.melessoftware.testing" name="meles-concurrent-testing" rev="0.2.0">
<artifact name="meles-concurrent-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.melessoftware.testing', module='meles-concurrent-testing', version='0.2.0')
)
libraryDependencies += "com.melessoftware.testing" % "meles-concurrent-testing" % "0.2.0"
[com.melessoftware.testing/meles-concurrent-testing "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-library | jar | 1.3 |
org.mockito : mockito-core | jar | 1.9.5 |