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