is not current version
Last Version 0.1.12

com.tinder.scarlet:test-utils 0.1.11

A Retrofit inspired WebSocket client for Kotlin, Java, and Android.

GroupId

GroupId

com.tinder.scarlet
ArtifactId

ArtifactId

test-utils
Version

Version

0.1.11
Type

Type

jar

Download test-utils 0.1.11


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