License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.vast |
ArtifactId | ArtifactIdsurefire-scalatest19 |
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-scalatest19/ -->
<dependency>
<groupId>com.vast</groupId>
<artifactId>surefire-scalatest19</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.vast/surefire-scalatest19/
implementation 'com.vast:surefire-scalatest19:0.3.3'
// https://jarcasting.com/artifacts/com.vast/surefire-scalatest19/
implementation ("com.vast:surefire-scalatest19:0.3.3")
'com.vast:surefire-scalatest19:jar:0.3.3'
<dependency org="com.vast" name="surefire-scalatest19" rev="0.3.3">
<artifact name="surefire-scalatest19" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vast', module='surefire-scalatest19', version='0.3.3')
)
libraryDependencies += "com.vast" % "surefire-scalatest19" % "0.3.3"
[com.vast/surefire-scalatest19 "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 | 1.9.1 |
junit : junit | jar | 4.11 |