| GroupId | GroupIdio.jentz.winter |
|---|---|
| ArtifactId | ArtifactIdwinter-androidx-lifecycle |
| Version | Version0.3.1 |
| 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.3.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.jentz.winter/winter-androidx-lifecycle/
implementation 'io.jentz.winter:winter-androidx-lifecycle:0.3.1'
// https://jarcasting.com/artifacts/io.jentz.winter/winter-androidx-lifecycle/
implementation ("io.jentz.winter:winter-androidx-lifecycle:0.3.1")
'io.jentz.winter:winter-androidx-lifecycle:aar:0.3.1'
<dependency org="io.jentz.winter" name="winter-androidx-lifecycle" rev="0.3.1">
<artifact name="winter-androidx-lifecycle" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.jentz.winter', module='winter-androidx-lifecycle', version='0.3.1')
)
libraryDependencies += "io.jentz.winter" % "winter-androidx-lifecycle" % "0.3.1"
[io.jentz.winter/winter-androidx-lifecycle "0.3.1"]