Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.vast |
ArtifactId | ArtifactIdsurefire-scalatest |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
surefire-scalatest-0.1.0.pom | |
surefire-scalatest-0.1.0.jar | 16 KB |
surefire-scalatest-0.1.0-sources.jar | 7 KB |
surefire-scalatest-0.1.0-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vast/surefire-scalatest/ -->
<dependency>
<groupId>com.vast</groupId>
<artifactId>surefire-scalatest</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vast/surefire-scalatest/
implementation 'com.vast:surefire-scalatest:0.1.0'
// https://jarcasting.com/artifacts/com.vast/surefire-scalatest/
implementation ("com.vast:surefire-scalatest:0.1.0")
'com.vast:surefire-scalatest:jar:0.1.0'
<dependency org="com.vast" name="surefire-scalatest" rev="0.1.0">
<artifact name="surefire-scalatest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vast', module='surefire-scalatest', version='0.1.0')
)
libraryDependencies += "com.vast" % "surefire-scalatest" % "0.1.0"
[com.vast/surefire-scalatest "0.1.0"]