is not current version
Last Version 0.32

com.github.maiflai:gradle-scalatest 0.17

gradle-scalatest is a Gradle plugin for executing scalatest tests

Categories

Categories

Scala Languages Gradle Build Tools
GroupId

GroupId

com.github.maiflai
ArtifactId

ArtifactId

gradle-scalatest
Version

Version

0.17
Type

Type

jar

Download gradle-scalatest 0.17


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