is not current version
Last Version 0.1.12

com.tinder.scarlet:scarlet-core 0.1.9

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

GroupId

GroupId

com.tinder.scarlet
ArtifactId

ArtifactId

scarlet-core
Version

Version

0.1.9
Type

Type

jar

Download scarlet-core 0.1.9


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