MVN

com.parmet : buf-gradle-plugin

Maven & Gradle

Apr 24, 2023
49 stars

Buf Gradle Plugin · Buf plugin for Gradle

<dependency>
    <groupId>com.parmet</groupId>
    <artifactId>buf-gradle-plugin</artifactId>
    <version>0.8.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.parmet : buf-gradle-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.5

All Versions

Choose a version of com.parmet : buf-gradle-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
buf-gradle-plugin-0.8.5
buf-gradle-plugin-0.8.3
buf-gradle-plugin-0.8.2
buf-gradle-plugin-0.8.1
buf-gradle-plugin-0.8.0
0.7.x
buf-gradle-plugin-0.7.4
buf-gradle-plugin-0.7.3
buf-gradle-plugin-0.7.2
0.6.x
buf-gradle-plugin-0.6.3
buf-gradle-plugin-0.6.2
buf-gradle-plugin-0.6.1
buf-gradle-plugin-0.6.0
0.5.x
buf-gradle-plugin-0.5.1
buf-gradle-plugin-0.5.0
0.4.x
buf-gradle-plugin-0.4.1
buf-gradle-plugin-0.4.0
0.3.x
buf-gradle-plugin-0.3.5
buf-gradle-plugin-0.3.4
buf-gradle-plugin-0.3.3
buf-gradle-plugin-0.3.2
buf-gradle-plugin-0.3.1
buf-gradle-plugin-0.3.0
0.2.x
buf-gradle-plugin-0.2.3
buf-gradle-plugin-0.2.2
buf-gradle-plugin-0.2.1
buf-gradle-plugin-0.2.0
0.1.x
buf-gradle-plugin-0.1.3
buf-gradle-plugin-0.1.2
buf-gradle-plugin-0.1.1
buf-gradle-plugin-0.1.0
0.0.x
buf-gradle-plugin-0.0.13
buf-gradle-plugin-0.0.12
buf-gradle-plugin-0.0.11
buf-gradle-plugin-0.0.10
buf-gradle-plugin-0.0.9
buf-gradle-plugin-0.0.8
buf-gradle-plugin-0.0.7
buf-gradle-plugin-0.0.6
buf-gradle-plugin-0.0.5
buf-gradle-plugin-0.0.4
buf-gradle-plugin-0.0.3
buf-gradle-plugin-0.0.2
buf-gradle-plugin-0.0.1

How to add a dependency to Maven

Add the following com.parmet : buf-gradle-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.parmet</groupId>
    <artifactId>buf-gradle-plugin</artifactId>
    <version>0.8.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.parmet : buf-gradle-plugin gradle dependency to your build.gradle file:

implementation 'com.parmet:buf-gradle-plugin:0.8.5'

Gradle Kotlin DSL: Add the following com.parmet : buf-gradle-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.parmet:buf-gradle-plugin:0.8.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.parmet : buf-gradle-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.parmet" % "buf-gradle-plugin" % "0.8.5"

Advertisement