is not current version
Last Version 1.0-SNAP7

org.scalatest:test-interface 1.0-SNAP3

test-interface

Categories

Categories

Scala Languages
GroupId

GroupId

org.scalatest
ArtifactId

ArtifactId

test-interface
Version

Version

1.0-SNAP3
Type

Type

jar

Download test-interface 1.0-SNAP3


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