is not current version
Last Version 0.5.0

com.andrewkroh.gradle:gradle-protobuf-plugin 0.3.0

Gradle plugin that provides tasks for generating source files from .proto files using the Google Protocol Buffers compiler.

Categories

Categories

Gradle Build Tools Protobuf Data Data Structures
GroupId

GroupId

com.andrewkroh.gradle
ArtifactId

ArtifactId

gradle-protobuf-plugin
Version

Version

0.3.0
Type

Type

jar

Download gradle-protobuf-plugin 0.3.0


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