| Группа | Группаcom.tinder.scarlet |
|---|---|
| Идентификатор | Идентификаторscarlet |
| Версия | Версия0.1.8 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| scarlet-0.1.8.pom | |
| scarlet-0.1.8.jar | 164 KB |
| scarlet-0.1.8-sources.jar | 21 KB |
| scarlet-0.1.8-javadoc.jar | 48 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tinder.scarlet/scarlet/ -->
<dependency>
<groupId>com.tinder.scarlet</groupId>
<artifactId>scarlet</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinder.scarlet/scarlet/
implementation 'com.tinder.scarlet:scarlet:0.1.8'
// https://jarcasting.com/artifacts/com.tinder.scarlet/scarlet/
implementation ("com.tinder.scarlet:scarlet:0.1.8")
'com.tinder.scarlet:scarlet:jar:0.1.8'
<dependency org="com.tinder.scarlet" name="scarlet" rev="0.1.8">
<artifact name="scarlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinder.scarlet', module='scarlet', version='0.1.8')
)
libraryDependencies += "com.tinder.scarlet" % "scarlet" % "0.1.8"
[com.tinder.scarlet/scarlet "0.1.8"]