is not current version
Last Version 1.1.2

io.arcblock.forge:protobuf 1.0.4

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.4
Type

Type

pom

Download protobuf 1.0.4


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