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