не последняя версия
Последняя версия 0.1.12

com.tinder.scarlet:scarlet 0.1.9

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

Группа

Группа

com.tinder.scarlet
Идентификатор

Идентификатор

scarlet
Версия

Версия

0.1.9
Тип

Тип

jar

Скачать scarlet 0.1.9


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