Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.vast |
ArtifactId | ArtifactIdsurefire-scalatest20 |
Version | Version0.3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.vast/surefire-scalatest20/ -->
<dependency>
<groupId>com.vast</groupId>
<artifactId>surefire-scalatest20</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.vast/surefire-scalatest20/
implementation 'com.vast:surefire-scalatest20:0.3.2'
// https://jarcasting.com/artifacts/com.vast/surefire-scalatest20/
implementation ("com.vast:surefire-scalatest20:0.3.2")
'com.vast:surefire-scalatest20:jar:0.3.2'
<dependency org="com.vast" name="surefire-scalatest20" rev="0.3.2">
<artifact name="surefire-scalatest20" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vast', module='surefire-scalatest20', version='0.3.2')
)
libraryDependencies += "com.vast" % "surefire-scalatest20" % "0.3.2"
[com.vast/surefire-scalatest20 "0.3.2"]