| GroupId | GroupIdcom.plusmobileapps |
|---|---|
| ArtifactId | ArtifactIdsaved-state-flow-hilt |
| Version | Version0.1-alpha02 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.plusmobileapps/saved-state-flow-hilt/ -->
<dependency>
<groupId>com.plusmobileapps</groupId>
<artifactId>saved-state-flow-hilt</artifactId>
<version>0.1-alpha02</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.plusmobileapps/saved-state-flow-hilt/
implementation 'com.plusmobileapps:saved-state-flow-hilt:0.1-alpha02'
// https://jarcasting.com/artifacts/com.plusmobileapps/saved-state-flow-hilt/
implementation ("com.plusmobileapps:saved-state-flow-hilt:0.1-alpha02")
'com.plusmobileapps:saved-state-flow-hilt:aar:0.1-alpha02'
<dependency org="com.plusmobileapps" name="saved-state-flow-hilt" rev="0.1-alpha02">
<artifact name="saved-state-flow-hilt" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.plusmobileapps', module='saved-state-flow-hilt', version='0.1-alpha02')
)
libraryDependencies += "com.plusmobileapps" % "saved-state-flow-hilt" % "0.1-alpha02"
[com.plusmobileapps/saved-state-flow-hilt "0.1-alpha02"]