License |
License |
---|---|
Categories |
CategoriesMockito Unit Testing |
GroupId | GroupIdit.freshminutes |
ArtifactId | ArtifactIdoceanrunner-mockito |
Last Version | Last Version1.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOceanRunner - MockitoOceanModule
OceanRunner - manage your mock with Mockito
|
<!-- https://jarcasting.com/artifacts/it.freshminutes/oceanrunner-mockito/ -->
<dependency>
<groupId>it.freshminutes</groupId>
<artifactId>oceanrunner-mockito</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/it.freshminutes/oceanrunner-mockito/
implementation 'it.freshminutes:oceanrunner-mockito:1.0-RELEASE'
// https://jarcasting.com/artifacts/it.freshminutes/oceanrunner-mockito/
implementation ("it.freshminutes:oceanrunner-mockito:1.0-RELEASE")
'it.freshminutes:oceanrunner-mockito:jar:1.0-RELEASE'
<dependency org="it.freshminutes" name="oceanrunner-mockito" rev="1.0-RELEASE">
<artifact name="oceanrunner-mockito" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.freshminutes', module='oceanrunner-mockito', version='1.0-RELEASE')
)
libraryDependencies += "it.freshminutes" % "oceanrunner-mockito" % "1.0-RELEASE"
[it.freshminutes/oceanrunner-mockito "1.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
it.freshminutes : oceanrunner-core | jar | 1.0-RELEASE |
org.mockito : mockito-core | jar | 1.9.0 |