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-6.6.1.jar download
code-generator-plugin-6.6.1.pom download
code-generator-plugin-6.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.freefair.gradle</groupId>
  <artifactId>code-generator-plugin</artifactId>
  <version>6.6.1</version>
</dependency>
Gradle Groovy
implementation 'io.freefair.gradle:code-generator-plugin:6.6.1'
Gradle Kotlin
implementation("io.freefair.gradle:code-generator-plugin:6.6.1")
Scala SBT
libraryDependencies += "io.freefair.gradle" % "code-generator-plugin" % "6.6.1"
Groovy Grape
@Grapes(
  @Grab(group='io.freefair.gradle', module='code-generator-plugin', version='6.6.1')
)
Apache Ivy
<dependency org="io.freefair.gradle" name="code-generator-plugin" rev="6.6.1" />
Leiningen
[io.freefair.gradle/code-generator-plugin "6.6.1"]
Apache Buildr
'io.freefair.gradle:code-generator-plugin:jar:6.6.1'