is not current version
Last Version 0.32

com.github.maiflai:gradle-scalatest 0.14

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.14
Type

Type

jar

Download gradle-scalatest 0.14


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