License |
License |
---|---|
Categories |
CategoriesGradle Build Tools Protobuf Data Data Structures |
GroupId | GroupIdcom.andrewkroh.gradle |
ArtifactId | ArtifactIdgradle-protobuf-plugin |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGradle Protobuf Plugin
Gradle plugin that provides tasks for generating source files from .proto files using the Google Protocol Buffers compiler.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |