| License |
License
The Apache Software License, Version 2.0
|
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.airbnb.walkman |
| ArtifactId | ArtifactIdjunit |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionWalkman JUnit module
JUnit classes for Walkman
|
| Filename | Size |
|---|---|
| junit-1.0.3.pom | |
| junit-1.0.3.jar | 5 KB |
| junit-1.0.3-sources.jar | 1 KB |
| junit-1.0.3-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.airbnb.walkman/junit/ -->
<dependency>
<groupId>com.airbnb.walkman</groupId>
<artifactId>junit</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb.walkman/junit/
implementation 'com.airbnb.walkman:junit:1.0.3'
// https://jarcasting.com/artifacts/com.airbnb.walkman/junit/
implementation ("com.airbnb.walkman:junit:1.0.3")
'com.airbnb.walkman:junit:jar:1.0.3'
<dependency org="com.airbnb.walkman" name="junit" rev="1.0.3">
<artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb.walkman', module='junit', version='1.0.3')
)
libraryDependencies += "com.airbnb.walkman" % "junit" % "1.0.3"
[com.airbnb.walkman/junit "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.airbnb.walkman : walkman | jar | 1.0.3 |
| junit : junit | jar | 4.12 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.1.0 |