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