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