GroupId | GroupIdcom.gorisse.thomas |
---|---|
ArtifactId | ArtifactIdandroid-view-lifecycle |
Version | Version1.0.1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.gorisse.thomas/android-view-lifecycle/ -->
<dependency>
<groupId>com.gorisse.thomas</groupId>
<artifactId>android-view-lifecycle</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.gorisse.thomas/android-view-lifecycle/
implementation 'com.gorisse.thomas:android-view-lifecycle:1.0.1'
// https://jarcasting.com/artifacts/com.gorisse.thomas/android-view-lifecycle/
implementation ("com.gorisse.thomas:android-view-lifecycle:1.0.1")
'com.gorisse.thomas:android-view-lifecycle:aar:1.0.1'
<dependency org="com.gorisse.thomas" name="android-view-lifecycle" rev="1.0.1">
<artifact name="android-view-lifecycle" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.gorisse.thomas', module='android-view-lifecycle', version='1.0.1')
)
libraryDependencies += "com.gorisse.thomas" % "android-view-lifecycle" % "1.0.1"
[com.gorisse.thomas/android-view-lifecycle "1.0.1"]