scalatest-finders
ScalaTest Finders, which currently used by ScalaTest Eclipse Plugin (https://github.com/scalatest/scalatest-eclipse-plugin) to determine selected test(s).
License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdorg.scalatest |
ArtifactId | ArtifactIdscalatest-finders |
Last Version | Last Version0.9.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionscalatest-finders
scalatest-finders
|
Project URL |
Project URL |
Project Organization |
Project Organizationorg.scalatest |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scalatest-finders-0.9.6.pom | |
scalatest-finders-0.9.6.jar | 26 KB |
scalatest-finders-0.9.6-sources.jar | 28 KB |
scalatest-finders-0.9.6-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scalatest/scalatest-finders/ -->
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-finders</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalatest/scalatest-finders/
implementation 'org.scalatest:scalatest-finders:0.9.6'
// https://jarcasting.com/artifacts/org.scalatest/scalatest-finders/
implementation ("org.scalatest:scalatest-finders:0.9.6")
'org.scalatest:scalatest-finders:jar:0.9.6'
<dependency org="org.scalatest" name="scalatest-finders" rev="0.9.6">
<artifact name="scalatest-finders" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalatest', module='scalatest-finders', version='0.9.6')
)
libraryDependencies += "org.scalatest" % "scalatest-finders" % "0.9.6"
[org.scalatest/scalatest-finders "0.9.6"]
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.10 | jar | 2.0.RC1 |
ScalaTest Finders, which currently used by ScalaTest Eclipse Plugin (https://github.com/scalatest/scalatest-eclipse-plugin) to determine selected test(s).