GroupId | GroupIdcom.github.tntkhang |
---|---|
ArtifactId | ArtifactIdpreferences-helper |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
preferences-helper-1.0.0.pom | |
preferences-helper-1.0.0.aar | 17 KB |
preferences-helper-1.0.0-sources.jar | 1 KB |
preferences-helper-1.0.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tntkhang/preferences-helper/ -->
<dependency>
<groupId>com.github.tntkhang</groupId>
<artifactId>preferences-helper</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tntkhang/preferences-helper/
implementation 'com.github.tntkhang:preferences-helper:1.0.0'
// https://jarcasting.com/artifacts/com.github.tntkhang/preferences-helper/
implementation ("com.github.tntkhang:preferences-helper:1.0.0")
'com.github.tntkhang:preferences-helper:aar:1.0.0'
<dependency org="com.github.tntkhang" name="preferences-helper" rev="1.0.0">
<artifact name="preferences-helper" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tntkhang', module='preferences-helper', version='1.0.0')
)
libraryDependencies += "com.github.tntkhang" % "preferences-helper" % "1.0.0"
[com.github.tntkhang/preferences-helper "1.0.0"]