is not current version
Last Version 22.6.4

org.wvlet.airframe:airspec_2.13 22.6.2

AirSpec: A Functional Testing Framework for Scala

GroupId

GroupId

org.wvlet.airframe
ArtifactId

ArtifactId

airspec_2.13
Version

Version

22.6.2
Type

Type

jar

Download airspec_2.13 22.6.2


<!-- https://jarcasting.com/artifacts/org.wvlet.airframe/airspec_2.13/ -->
<dependency>
    <groupId>org.wvlet.airframe</groupId>
    <artifactId>airspec_2.13</artifactId>
    <version>22.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airspec_2.13/
implementation 'org.wvlet.airframe:airspec_2.13:22.6.2'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airspec_2.13/
implementation ("org.wvlet.airframe:airspec_2.13:22.6.2")
'org.wvlet.airframe:airspec_2.13:jar:22.6.2'
<dependency org="org.wvlet.airframe" name="airspec_2.13" rev="22.6.2">
  <artifact name="airspec_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airspec_2.13', version='22.6.2')
)
libraryDependencies += "org.wvlet.airframe" % "airspec_2.13" % "22.6.2"
[org.wvlet.airframe/airspec_2.13 "22.6.2"]