Categories |
CategoriesScala Languages Gradle Build Tools |
---|---|
GroupId | GroupIdcom.github.maiflai |
ArtifactId | ArtifactIdgradle-scalatest |
Version | Version0.6-2-g0c70497 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.maiflai/gradle-scalatest/ -->
<dependency>
<groupId>com.github.maiflai</groupId>
<artifactId>gradle-scalatest</artifactId>
<version>0.6-2-g0c70497</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.maiflai/gradle-scalatest/
implementation 'com.github.maiflai:gradle-scalatest:0.6-2-g0c70497'
// https://jarcasting.com/artifacts/com.github.maiflai/gradle-scalatest/
implementation ("com.github.maiflai:gradle-scalatest:0.6-2-g0c70497")
'com.github.maiflai:gradle-scalatest:jar:0.6-2-g0c70497'
<dependency org="com.github.maiflai" name="gradle-scalatest" rev="0.6-2-g0c70497">
<artifact name="gradle-scalatest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.maiflai', module='gradle-scalatest', version='0.6-2-g0c70497')
)
libraryDependencies += "com.github.maiflai" % "gradle-scalatest" % "0.6-2-g0c70497"
[com.github.maiflai/gradle-scalatest "0.6-2-g0c70497"]