GroupId | GroupIdcom.github.skgmn |
---|---|
ArtifactId | ArtifactIdcoroutineskit-lifecycle |
Version | Version0.2.1 |
Type | Typeaar |
Filename | Size |
---|---|
coroutineskit-lifecycle-0.2.1.pom | |
coroutineskit-lifecycle-0.2.1-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skgmn/coroutineskit-lifecycle/ -->
<dependency>
<groupId>com.github.skgmn</groupId>
<artifactId>coroutineskit-lifecycle</artifactId>
<version>0.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skgmn/coroutineskit-lifecycle/
implementation 'com.github.skgmn:coroutineskit-lifecycle:0.2.1'
// https://jarcasting.com/artifacts/com.github.skgmn/coroutineskit-lifecycle/
implementation ("com.github.skgmn:coroutineskit-lifecycle:0.2.1")
'com.github.skgmn:coroutineskit-lifecycle:aar:0.2.1'
<dependency org="com.github.skgmn" name="coroutineskit-lifecycle" rev="0.2.1">
<artifact name="coroutineskit-lifecycle" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.skgmn', module='coroutineskit-lifecycle', version='0.2.1')
)
libraryDependencies += "com.github.skgmn" % "coroutineskit-lifecycle" % "0.2.1"
[com.github.skgmn/coroutineskit-lifecycle "0.2.1"]