is not current version
Last Version 2.0.0.RC3

dev.jeka:protobuf-plugin 1.3.0.RELEASE

A Jeka plugin for Google Protocol buffer

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

dev.jeka
ArtifactId

ArtifactId

protobuf-plugin
Version

Version

1.3.0.RELEASE
Type

Type

jar

Download protobuf-plugin 1.3.0.RELEASE


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