| GroupId | GroupIdco.windly |
|---|---|
| ArtifactId | ArtifactIdktx-prefs-runtime |
| Version | Version1.4.4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| ktx-prefs-runtime-1.4.4.pom | |
| ktx-prefs-runtime-1.4.4.aar | 4 KB |
| ktx-prefs-runtime-1.4.4-sources.jar | 1 KB |
| ktx-prefs-runtime-1.4.4-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/co.windly/ktx-prefs-runtime/ -->
<dependency>
<groupId>co.windly</groupId>
<artifactId>ktx-prefs-runtime</artifactId>
<version>1.4.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.windly/ktx-prefs-runtime/
implementation 'co.windly:ktx-prefs-runtime:1.4.4'
// https://jarcasting.com/artifacts/co.windly/ktx-prefs-runtime/
implementation ("co.windly:ktx-prefs-runtime:1.4.4")
'co.windly:ktx-prefs-runtime:aar:1.4.4'
<dependency org="co.windly" name="ktx-prefs-runtime" rev="1.4.4">
<artifact name="ktx-prefs-runtime" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.windly', module='ktx-prefs-runtime', version='1.4.4')
)
libraryDependencies += "co.windly" % "ktx-prefs-runtime" % "1.4.4"
[co.windly/ktx-prefs-runtime "1.4.4"]