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