com.windfish.gradle.lazyfish
Owner: ken
facilitate Browser Client/Server Develop
https://github.com/Ken-W-P-Huang/lazyfish
Sources: https://github.com/Ken-W-P-Huang/lazyfish.git
Version 1.0.68 (latest)
1.0.68
Created 09 April 2020.
facilitate Browser Client/Server Develop
Using the plugins DSL:
plugins {
id("com.windfish.gradle.lazyfish") version "1.0.68"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.windfish.gradle:lazyfish:1.0.68")
}
}
apply(plugin = "com.windfish.gradle.lazyfish")
Using the plugins DSL:
plugins {
id "com.windfish.gradle.lazyfish" version "1.0.68"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.com.windfish.gradle:lazyfish:1.0.68"
}
}
apply plugin: "com.windfish.gradle.lazyfish"