c

co.touchlab.kxcbridge.gradle.plugin

KMP iOS Packaging and tooling
https://github.com/touchlab/KXCBridge
The Apache Software License, Version 2.0
Kevin Galligan
Files download
File Operation
co.touchlab.kxcbridge.gradle.plugin-1.0.0-alpha1.pom download
Apache Maven
<dependency>
  <groupId>co.touchlab.kxcbridge</groupId>
  <artifactId>co.touchlab.kxcbridge.gradle.plugin</artifactId>
  <version>1.0.0-alpha1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'co.touchlab.kxcbridge:co.touchlab.kxcbridge.gradle.plugin:1.0.0-alpha1'
Gradle Kotlin
implementation("co.touchlab.kxcbridge:co.touchlab.kxcbridge.gradle.plugin:1.0.0-alpha1")
Scala SBT
libraryDependencies += "co.touchlab.kxcbridge" % "co.touchlab.kxcbridge.gradle.plugin" % "1.0.0-alpha1"
Groovy Grape
@Grapes(
  @Grab(group='co.touchlab.kxcbridge', module='co.touchlab.kxcbridge.gradle.plugin', version='1.0.0-alpha1')
)
Apache Ivy
<dependency org="co.touchlab.kxcbridge" name="co.touchlab.kxcbridge.gradle.plugin" rev="1.0.0-alpha1" />
Leiningen
[co.touchlab.kxcbridge/co.touchlab.kxcbridge.gradle.plugin "1.0.0-alpha1"]
Apache Buildr
'co.touchlab.kxcbridge:co.touchlab.kxcbridge.gradle.plugin:jar:1.0.0-alpha1'