Categories |
CategoriesScala Languages Mockito Unit Testing |
---|---|
GroupId | GroupIdorg.mockito |
ArtifactId | ArtifactIdmockito-scala-specs2_2.13 |
Version | Version1.11.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mockito/mockito-scala-specs2_2.13/ -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-scala-specs2_2.13</artifactId>
<version>1.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mockito/mockito-scala-specs2_2.13/
implementation 'org.mockito:mockito-scala-specs2_2.13:1.11.0'
// https://jarcasting.com/artifacts/org.mockito/mockito-scala-specs2_2.13/
implementation ("org.mockito:mockito-scala-specs2_2.13:1.11.0")
'org.mockito:mockito-scala-specs2_2.13:jar:1.11.0'
<dependency org="org.mockito" name="mockito-scala-specs2_2.13" rev="1.11.0">
<artifact name="mockito-scala-specs2_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mockito', module='mockito-scala-specs2_2.13', version='1.11.0')
)
libraryDependencies += "org.mockito" % "mockito-scala-specs2_2.13" % "1.11.0"
[org.mockito/mockito-scala-specs2_2.13 "1.11.0"]