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