Gradle Protobuf Plugin

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

License

License

Categories

Categories

Gradle Build Tools Protobuf Data Data Structures
GroupId

GroupId

com.andrewkroh.gradle
ArtifactId

ArtifactId

gradle-protobuf-plugin
Last Version

Last Version

0.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/andrewkroh/gradle-protobuf-plugin
Source Code Management

Source Code Management

https://github.com/andrewkroh/gradle-protobuf-plugin

Download gradle-protobuf-plugin

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.5.0
0.4.0
0.3.0
0.2.0