MVN

org.projectnessie.buildsupport : protobuf

Maven & Gradle

Sep 12, 2022
0 stars

protobuf · Ensures that generated protobuf Java sources are visible in IntelliJ and excluded from checkstyle.

<dependency>
    <groupId>org.projectnessie.buildsupport</groupId>
    <artifactId>protobuf</artifactId>
    <version>0.2.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.projectnessie.buildsupport : protobuf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.12

All Versions

Choose a version of org.projectnessie.buildsupport : protobuf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
protobuf-0.2.12
protobuf-0.2.11
protobuf-0.2.10
protobuf-0.2.9
protobuf-0.2.8
protobuf-0.2.7
protobuf-0.2.6
protobuf-0.2.5
protobuf-0.2.4
protobuf-0.2.3
protobuf-0.2.2
protobuf-0.2.1
protobuf-0.2.0
0.1.x
protobuf-0.1.10
protobuf-0.1.9
protobuf-0.1.8
protobuf-0.1.7
protobuf-0.1.6
protobuf-0.1.5
protobuf-0.1.4

How to add a dependency to Maven

Add the following org.projectnessie.buildsupport : protobuf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.projectnessie.buildsupport</groupId>
    <artifactId>protobuf</artifactId>
    <version>0.2.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.projectnessie.buildsupport : protobuf gradle dependency to your build.gradle file:

implementation 'org.projectnessie.buildsupport:protobuf:0.2.12'

Gradle Kotlin DSL: Add the following org.projectnessie.buildsupport : protobuf gradle kotlin dependency to your build.gradle.kts file:

implementation("org.projectnessie.buildsupport:protobuf:0.2.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.projectnessie.buildsupport : protobuf sbt scala dependency to your build.sbt file:

libraryDependencies += "org.projectnessie.buildsupport" % "protobuf" % "0.2.12"