c

code-generator-plugin

A plugin for executing specified code generators
https://github.com/freefair/gradle-plugins
MIT
FreeFair
Lars Grefer Dennis Fricke
Files download
File Operation
code-generator-plugin-8.0.0-rc3.jar download
code-generator-plugin-8.0.0-rc3.pom download
code-generator-plugin-8.0.0-rc3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.freefair.gradle</groupId>
  <artifactId>code-generator-plugin</artifactId>
  <version>8.0.0-rc3</version>
</dependency>
Gradle Groovy
implementation 'io.freefair.gradle:code-generator-plugin:8.0.0-rc3'
Gradle Kotlin
implementation("io.freefair.gradle:code-generator-plugin:8.0.0-rc3")
Scala SBT
libraryDependencies += "io.freefair.gradle" % "code-generator-plugin" % "8.0.0-rc3"
Groovy Grape
@Grapes(
  @Grab(group='io.freefair.gradle', module='code-generator-plugin', version='8.0.0-rc3')
)
Apache Ivy
<dependency org="io.freefair.gradle" name="code-generator-plugin" rev="8.0.0-rc3" />
Leiningen
[io.freefair.gradle/code-generator-plugin "8.0.0-rc3"]
Apache Buildr
'io.freefair.gradle:code-generator-plugin:jar:8.0.0-rc3'