License |
License |
---|---|
Categories |
CategoriesGradle Build Tools Protobuf Data Data Structures |
GroupId | GroupIdcom.tomcawley |
ArtifactId | ArtifactIdgradle-protobuf-plugin |
Last Version | Last Version0.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGradle Protobuf Plugin
Gradle plugin for using Google Protocol Buffers in your Gradle project.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.tomcawley/gradle-protobuf-plugin/ -->
<dependency>
<groupId>com.tomcawley</groupId>
<artifactId>gradle-protobuf-plugin</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomcawley/gradle-protobuf-plugin/
implementation 'com.tomcawley:gradle-protobuf-plugin:0.3.2'
// https://jarcasting.com/artifacts/com.tomcawley/gradle-protobuf-plugin/
implementation ("com.tomcawley:gradle-protobuf-plugin:0.3.2")
'com.tomcawley:gradle-protobuf-plugin:jar:0.3.2'
<dependency org="com.tomcawley" name="gradle-protobuf-plugin" rev="0.3.2">
<artifact name="gradle-protobuf-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomcawley', module='gradle-protobuf-plugin', version='0.3.2')
)
libraryDependencies += "com.tomcawley" % "gradle-protobuf-plugin" % "0.3.2"
[com.tomcawley/gradle-protobuf-plugin "0.3.2"]