is not current version
Last Version 1.6.0

com.airbnb.okreplay:junit 1.3.0

JUnit classes for OkReplay

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.airbnb.okreplay
ArtifactId

ArtifactId

junit
Version

Version

1.3.0
Type

Type

jar

Download junit 1.3.0


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