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