Last Version

Scarlet(Core) 0.1.12

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

License

License

GroupId

GroupId

com.tinder.scarlet
ArtifactId

ArtifactId

scarlet-core
Version

Version

0.1.12
Type

Type

jar
Description

Description

Scarlet(Core)
A Retrofit inspired WebSocket client for Kotlin, Java, and Android.
Project URL

Project URL

https://github.com/Tinder/Scarlet
Source Code Management

Source Code Management

https://github.com/Tinder/Scarlet

Download scarlet-core 0.1.12


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

Dependencies

compile (1)

Group / Artifact Type Version
org.reactivestreams : reactive-streams jar 1.0.2

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.31

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.8.0

Project Modules

There are no modules declared in this project.