is not current version
Last Version 0.1.9

org.projectnessie.buildsupport.protobuf:org.projectnessie.buildsupport.protobuf.gradle.plugin 0.1.5

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

Categories

Categories

Gradle Build Tools Protobuf Data Data Structures
GroupId

GroupId

org.projectnessie.buildsupport.protobuf
ArtifactId

ArtifactId

org.projectnessie.buildsupport.protobuf.gradle.plugin
Version

Version

0.1.5
Type

Type

pom

Download org.projectnessie.buildsupport.protobuf.gradle.plugin 0.1.5


<!-- https://jarcasting.com/artifacts/org.projectnessie.buildsupport.protobuf/org.projectnessie.buildsupport.protobuf.gradle.plugin/ -->
<dependency>
    <groupId>org.projectnessie.buildsupport.protobuf</groupId>
    <artifactId>org.projectnessie.buildsupport.protobuf.gradle.plugin</artifactId>
    <version>0.1.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.projectnessie.buildsupport.protobuf/org.projectnessie.buildsupport.protobuf.gradle.plugin/
implementation 'org.projectnessie.buildsupport.protobuf:org.projectnessie.buildsupport.protobuf.gradle.plugin:0.1.5'
// https://jarcasting.com/artifacts/org.projectnessie.buildsupport.protobuf/org.projectnessie.buildsupport.protobuf.gradle.plugin/
implementation ("org.projectnessie.buildsupport.protobuf:org.projectnessie.buildsupport.protobuf.gradle.plugin:0.1.5")
'org.projectnessie.buildsupport.protobuf:org.projectnessie.buildsupport.protobuf.gradle.plugin:pom:0.1.5'
<dependency org="org.projectnessie.buildsupport.protobuf" name="org.projectnessie.buildsupport.protobuf.gradle.plugin" rev="0.1.5">
  <artifact name="org.projectnessie.buildsupport.protobuf.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.projectnessie.buildsupport.protobuf', module='org.projectnessie.buildsupport.protobuf.gradle.plugin', version='0.1.5')
)
libraryDependencies += "org.projectnessie.buildsupport.protobuf" % "org.projectnessie.buildsupport.protobuf.gradle.plugin" % "0.1.5"
[org.projectnessie.buildsupport.protobuf/org.projectnessie.buildsupport.protobuf.gradle.plugin "0.1.5"]