is not current version
Last Version 1.1.2

io.arcblock.forge:protobuf 1.0.5

Serialize and Deserialize Json-LD into Java entities

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

io.arcblock.forge
ArtifactId

ArtifactId

protobuf
Version

Version

1.0.5
Type

Type

pom

Download protobuf 1.0.5


<!-- https://jarcasting.com/artifacts/io.arcblock.forge/protobuf/ -->
<dependency>
    <groupId>io.arcblock.forge</groupId>
    <artifactId>protobuf</artifactId>
    <version>1.0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.arcblock.forge/protobuf/
implementation 'io.arcblock.forge:protobuf:1.0.5'
// https://jarcasting.com/artifacts/io.arcblock.forge/protobuf/
implementation ("io.arcblock.forge:protobuf:1.0.5")
'io.arcblock.forge:protobuf:pom:1.0.5'
<dependency org="io.arcblock.forge" name="protobuf" rev="1.0.5">
  <artifact name="protobuf" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.arcblock.forge', module='protobuf', version='1.0.5')
)
libraryDependencies += "io.arcblock.forge" % "protobuf" % "1.0.5"
[io.arcblock.forge/protobuf "1.0.5"]