is not current version
Last Version 1.6.8

org.scala-tools.testing:specs_2.8.1 1.6.7.2

specs is a Behaviour-Driven-Design framework

Categories

Categories

Scala Languages
GroupId

GroupId

org.scala-tools.testing
ArtifactId

ArtifactId

specs_2.8.1
Version

Version

1.6.7.2
Type

Type

jar

Download specs_2.8.1 1.6.7.2


<!-- https://jarcasting.com/artifacts/org.scala-tools.testing/specs_2.8.1/ -->
<dependency>
    <groupId>org.scala-tools.testing</groupId>
    <artifactId>specs_2.8.1</artifactId>
    <version>1.6.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-tools.testing/specs_2.8.1/
implementation 'org.scala-tools.testing:specs_2.8.1:1.6.7.2'
// https://jarcasting.com/artifacts/org.scala-tools.testing/specs_2.8.1/
implementation ("org.scala-tools.testing:specs_2.8.1:1.6.7.2")
'org.scala-tools.testing:specs_2.8.1:jar:1.6.7.2'
<dependency org="org.scala-tools.testing" name="specs_2.8.1" rev="1.6.7.2">
  <artifact name="specs_2.8.1" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-tools.testing', module='specs_2.8.1', version='1.6.7.2')
)
libraryDependencies += "org.scala-tools.testing" % "specs_2.8.1" % "1.6.7.2"
[org.scala-tools.testing/specs_2.8.1 "1.6.7.2"]