| GroupId | GroupIdio.jentz.winter |
|---|---|
| ArtifactId | ArtifactIdwinter-androidx-lifecycle |
| Version | Version0.5.0 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/io.jentz.winter/winter-androidx-lifecycle/ -->
<dependency>
<groupId>io.jentz.winter</groupId>
<artifactId>winter-androidx-lifecycle</artifactId>
<version>0.5.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.jentz.winter/winter-androidx-lifecycle/
implementation 'io.jentz.winter:winter-androidx-lifecycle:0.5.0'
// https://jarcasting.com/artifacts/io.jentz.winter/winter-androidx-lifecycle/
implementation ("io.jentz.winter:winter-androidx-lifecycle:0.5.0")
'io.jentz.winter:winter-androidx-lifecycle:aar:0.5.0'
<dependency org="io.jentz.winter" name="winter-androidx-lifecycle" rev="0.5.0">
<artifact name="winter-androidx-lifecycle" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.jentz.winter', module='winter-androidx-lifecycle', version='0.5.0')
)
libraryDependencies += "io.jentz.winter" % "winter-androidx-lifecycle" % "0.5.0"
[io.jentz.winter/winter-androidx-lifecycle "0.5.0"]