| License |
License |
|---|---|
| GroupId | GroupIdcom.techyourchance |
| ArtifactId | ArtifactIdsettingshelper |
| Version | Version1.0.0 |
| Type | Typeaar |
| Description |
Descriptionsettingshelper
Android library for simple settings management
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| settingshelper-1.0.0.pom | |
| settingshelper-1.0.0-sources.jar | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.techyourchance/settingshelper/ -->
<dependency>
<groupId>com.techyourchance</groupId>
<artifactId>settingshelper</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.techyourchance/settingshelper/
implementation 'com.techyourchance:settingshelper:1.0.0'
// https://jarcasting.com/artifacts/com.techyourchance/settingshelper/
implementation ("com.techyourchance:settingshelper:1.0.0")
'com.techyourchance:settingshelper:aar:1.0.0'
<dependency org="com.techyourchance" name="settingshelper" rev="1.0.0">
<artifact name="settingshelper" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.techyourchance', module='settingshelper', version='1.0.0')
)
libraryDependencies += "com.techyourchance" % "settingshelper" % "1.0.0"
[com.techyourchance/settingshelper "1.0.0"]