License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdorg.wvlet.airframe |
ArtifactId | ArtifactIdairframe-scalatest_2.13 |
Version | Version20.12.0 |
Type | Typejar |
Description |
Descriptionairframe-scalatest
A handy base trait for writing test using ScalaTest
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
airframe-scalatest_2.13-20.12.0.pom | |
airframe-scalatest_2.13-20.12.0.jar | 319 bytes |
airframe-scalatest_2.13-20.12.0-sources.jar | 277 bytes |
airframe-scalatest_2.13-20.12.0-javadoc.jar | 207 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-scalatest_2.13/ -->
<dependency>
<groupId>org.wvlet.airframe</groupId>
<artifactId>airframe-scalatest_2.13</artifactId>
<version>20.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-scalatest_2.13/
implementation 'org.wvlet.airframe:airframe-scalatest_2.13:20.12.0'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-scalatest_2.13/
implementation ("org.wvlet.airframe:airframe-scalatest_2.13:20.12.0")
'org.wvlet.airframe:airframe-scalatest_2.13:jar:20.12.0'
<dependency org="org.wvlet.airframe" name="airframe-scalatest_2.13" rev="20.12.0">
<artifact name="airframe-scalatest_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe-scalatest_2.13', version='20.12.0')
)
libraryDependencies += "org.wvlet.airframe" % "airframe-scalatest_2.13" % "20.12.0"
[org.wvlet.airframe/airframe-scalatest_2.13 "20.12.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.3 |
org.wvlet.airframe : airframe-log_2.13 | jar | 20.12.0 |
org.scala-lang.modules : scala-collection-compat_2.13 | jar | 2.3.1 |
org.scalatest : scalatest_2.13 | jar | 3.0.8 |