Group Id org.scalatest
Artifact Id scalatest-maven-plugin
Version 1.0-M4-SNAP1
Packaging jar
URL -
Badge
Last Updated 2013-02-28T13:24:06+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.scalatest</groupId>
    <artifactId>scalatest-maven-plugin</artifactId>
    <version>1.0-M4-SNAP1</version>
</dependency>
implementation group: 'org.scalatest', name: 'scalatest-maven-plugin', version: '1.0-M4-SNAP1'
implementation 'org.scalatest:scalatest-maven-plugin:1.0-M4-SNAP1'
implementation("org.scalatest:scalatest-maven-plugin:1.0-M4-SNAP1")
libraryDependencies += "org.scalatest" % "scalatest-maven-plugin" % "1.0-M4-SNAP1"
<dependency org="org.scalatest" name="scalatest-maven-plugin" rev="1.0-M4-SNAP1"/>
@Grapes(
    @Grab(group='org.scalatest', module='scalatest-maven-plugin', version='1.0-M4-SNAP1')
)
[org.scalatest/scalatest-maven-plugin "1.0-M4-SNAP1"]
'org.scalatest:scalatest-maven-plugin:1.0-M4-SNAP1'