Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.airbnb.okreplay |
ArtifactId | ArtifactIdjunit |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
junit-1.2.0.pom | |
junit-1.2.0.jar | 5 KB |
junit-1.2.0-sources.jar | 1 KB |
junit-1.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.airbnb.okreplay/junit/ -->
<dependency>
<groupId>com.airbnb.okreplay</groupId>
<artifactId>junit</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb.okreplay/junit/
implementation 'com.airbnb.okreplay:junit:1.2.0'
// https://jarcasting.com/artifacts/com.airbnb.okreplay/junit/
implementation ("com.airbnb.okreplay:junit:1.2.0")
'com.airbnb.okreplay:junit:jar:1.2.0'
<dependency org="com.airbnb.okreplay" name="junit" rev="1.2.0">
<artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb.okreplay', module='junit', version='1.2.0')
)
libraryDependencies += "com.airbnb.okreplay" % "junit" % "1.2.0"
[com.airbnb.okreplay/junit "1.2.0"]