is not current version
Last Version 0.1.12

com.tinder.scarlet:scarlet-core-internal 0.1.10

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

GroupId

GroupId

com.tinder.scarlet
ArtifactId

ArtifactId

scarlet-core-internal
Version

Version

0.1.10
Type

Type

jar

Download scarlet-core-internal 0.1.10


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