Files download
File Operation
buf-gradle-plugin-0.9.0.jar download
buf-gradle-plugin-0.9.0.pom download
buf-gradle-plugin-0.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>build.buf</groupId>
  <artifactId>buf-gradle-plugin</artifactId>
  <version>0.9.0</version>
</dependency>
Gradle Groovy
implementation 'build.buf:buf-gradle-plugin:0.9.0'
Gradle Kotlin
implementation("build.buf:buf-gradle-plugin:0.9.0")
Scala SBT
libraryDependencies += "build.buf" % "buf-gradle-plugin" % "0.9.0"
Groovy Grape
@Grapes(
  @Grab(group='build.buf', module='buf-gradle-plugin', version='0.9.0')
)
Apache Ivy
<dependency org="build.buf" name="buf-gradle-plugin" rev="0.9.0" />
Leiningen
[build.buf/buf-gradle-plugin "0.9.0"]
Apache Buildr
'build.buf:buf-gradle-plugin:jar:0.9.0'
Dependencies
The project has no third-party dependencies