Categories |
CategoriesGradle Build Tools Native Development Tools |
---|---|
GroupId | GroupIdcom.rickclephas.kmp.nativecoroutines |
ArtifactId | ArtifactIdcom.rickclephas.kmp.nativecoroutines.gradle.plugin |
Version | Version0.10.1 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.rickclephas.kmp.nativecoroutines/com.rickclephas.kmp.nativecoroutines.gradle.plugin/ -->
<dependency>
<groupId>com.rickclephas.kmp.nativecoroutines</groupId>
<artifactId>com.rickclephas.kmp.nativecoroutines.gradle.plugin</artifactId>
<version>0.10.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.rickclephas.kmp.nativecoroutines/com.rickclephas.kmp.nativecoroutines.gradle.plugin/
implementation 'com.rickclephas.kmp.nativecoroutines:com.rickclephas.kmp.nativecoroutines.gradle.plugin:0.10.1'
// https://jarcasting.com/artifacts/com.rickclephas.kmp.nativecoroutines/com.rickclephas.kmp.nativecoroutines.gradle.plugin/
implementation ("com.rickclephas.kmp.nativecoroutines:com.rickclephas.kmp.nativecoroutines.gradle.plugin:0.10.1")
'com.rickclephas.kmp.nativecoroutines:com.rickclephas.kmp.nativecoroutines.gradle.plugin:pom:0.10.1'
<dependency org="com.rickclephas.kmp.nativecoroutines" name="com.rickclephas.kmp.nativecoroutines.gradle.plugin" rev="0.10.1">
<artifact name="com.rickclephas.kmp.nativecoroutines.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.rickclephas.kmp.nativecoroutines', module='com.rickclephas.kmp.nativecoroutines.gradle.plugin', version='0.10.1')
)
libraryDependencies += "com.rickclephas.kmp.nativecoroutines" % "com.rickclephas.kmp.nativecoroutines.gradle.plugin" % "0.10.1"
[com.rickclephas.kmp.nativecoroutines/com.rickclephas.kmp.nativecoroutines.gradle.plugin "0.10.1"]