License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.vast |
ArtifactId | ArtifactIdsurefire-scalatest20 |
Version | Version0.3.3 |
Type | Typejar |
Description |
DescriptionSurefire ScalaTest provider
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/com.vast/surefire-scalatest20/ -->
<dependency>
<groupId>com.vast</groupId>
<artifactId>surefire-scalatest20</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.vast/surefire-scalatest20/
implementation 'com.vast:surefire-scalatest20:0.3.3'
// https://jarcasting.com/artifacts/com.vast/surefire-scalatest20/
implementation ("com.vast:surefire-scalatest20:0.3.3")
'com.vast:surefire-scalatest20:jar:0.3.3'
<dependency org="com.vast" name="surefire-scalatest20" rev="0.3.3">
<artifact name="surefire-scalatest20" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vast', module='surefire-scalatest20', version='0.3.3')
)
libraryDependencies += "com.vast" % "surefire-scalatest20" % "0.3.3"
[com.vast/surefire-scalatest20 "0.3.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.surefire : surefire-api | jar | 2.16 |
org.apache.maven.surefire : common-java5 | jar | 2.16 |
com.google.guava : guava | jar | 14.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.3 |
org.scalatest : scalatest_2.10 | jar | 2.0 |
junit : junit | jar | 4.11 |