is not current version
Last Version 0.9.3

io.github.CyberAgent:protoc-gen-scalapb 0.9.2

protoc-gen-scalapb

Categories

Categories

Scala Languages
GroupId

GroupId

io.github.CyberAgent
ArtifactId

ArtifactId

protoc-gen-scalapb
Version

Version

0.9.2
Type

Type

jar

Download protoc-gen-scalapb 0.9.2


<!-- https://jarcasting.com/artifacts/io.github.CyberAgent/protoc-gen-scalapb/ -->
<dependency>
    <groupId>io.github.CyberAgent</groupId>
    <artifactId>protoc-gen-scalapb</artifactId>
    <version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.CyberAgent/protoc-gen-scalapb/
implementation 'io.github.CyberAgent:protoc-gen-scalapb:0.9.2'
// https://jarcasting.com/artifacts/io.github.CyberAgent/protoc-gen-scalapb/
implementation ("io.github.CyberAgent:protoc-gen-scalapb:0.9.2")
'io.github.CyberAgent:protoc-gen-scalapb:jar:0.9.2'
<dependency org="io.github.CyberAgent" name="protoc-gen-scalapb" rev="0.9.2">
  <artifact name="protoc-gen-scalapb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.CyberAgent', module='protoc-gen-scalapb', version='0.9.2')
)
libraryDependencies += "io.github.CyberAgent" % "protoc-gen-scalapb" % "0.9.2"
[io.github.CyberAgent/protoc-gen-scalapb "0.9.2"]