is not current version
Last Version 0.5

org.scala-tools.testing:test-interface 0.2


Categories

Categories

Scala Languages
GroupId

GroupId

org.scala-tools.testing
ArtifactId

ArtifactId

test-interface
Version

Version

0.2
Type

Type

jar

Download test-interface 0.2


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