i

io.github.hysting.gradle.plugin

Compiler plugin to generate bridges between platforms
https://github.com/cashapp/zipline/
The Apache Software License, Version 2.0
Cash App
Files download
File Operation
io.github.hysting.gradle.plugin-0.9.1-dev.pom download
Apache Maven
<dependency>
  <groupId>io.github.hysting</groupId>
  <artifactId>io.github.hysting.gradle.plugin</artifactId>
  <version>0.9.1-dev</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.hysting:io.github.hysting.gradle.plugin:0.9.1-dev'
Gradle Kotlin
implementation("io.github.hysting:io.github.hysting.gradle.plugin:0.9.1-dev")
Scala SBT
libraryDependencies += "io.github.hysting" % "io.github.hysting.gradle.plugin" % "0.9.1-dev"
Groovy Grape
@Grapes(
  @Grab(group='io.github.hysting', module='io.github.hysting.gradle.plugin', version='0.9.1-dev')
)
Apache Ivy
<dependency org="io.github.hysting" name="io.github.hysting.gradle.plugin" rev="0.9.1-dev" />
Leiningen
[io.github.hysting/io.github.hysting.gradle.plugin "0.9.1-dev"]
Apache Buildr
'io.github.hysting:io.github.hysting.gradle.plugin:jar:0.9.1-dev'