License |
License |
---|---|
Categories |
CategoriesScala Languages Gradle Build Tools |
GroupId | GroupIdcom.github.maiflai |
ArtifactId | ArtifactIdgradle-scalatest |
Last Version | Last Version0.32 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongradle-scalatest
gradle-scalatest is a Gradle plugin for executing scalatest tests
|
Project URL |
Project URL |
Filename | Size |
---|---|
gradle-scalatest-0.32.pom | |
gradle-scalatest-0.32.jar | 40 KB |
gradle-scalatest-0.32-sources.jar | 4 KB |
gradle-scalatest-0.32-groovydoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.maiflai/gradle-scalatest/ -->
<dependency>
<groupId>com.github.maiflai</groupId>
<artifactId>gradle-scalatest</artifactId>
<version>0.32</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.maiflai/gradle-scalatest/
implementation 'com.github.maiflai:gradle-scalatest:0.32'
// https://jarcasting.com/artifacts/com.github.maiflai/gradle-scalatest/
implementation ("com.github.maiflai:gradle-scalatest:0.32")
'com.github.maiflai:gradle-scalatest:jar:0.32'
<dependency org="com.github.maiflai" name="gradle-scalatest" rev="0.32">
<artifact name="gradle-scalatest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.maiflai', module='gradle-scalatest', version='0.32')
)
libraryDependencies += "com.github.maiflai" % "gradle-scalatest" % "0.32"
[com.github.maiflai/gradle-scalatest "0.32"]