p

protobuf

Serialize and Deserialize Json-LD into Java entities
https://github.com/Arcblock/Forge-java-sdk
Apache License 2.0
Arcblock.io
Arcblock
Files download
File Operation
protobuf-1.1.2.jar download
protobuf-1.1.2.pom download
Apache Maven
<dependency>
  <groupId>io.arcblock.forge</groupId>
  <artifactId>protobuf</artifactId>
  <version>1.1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.arcblock.forge:protobuf:1.1.2'
Gradle Kotlin
implementation("io.arcblock.forge:protobuf:1.1.2")
Scala SBT
libraryDependencies += "io.arcblock.forge" % "protobuf" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.arcblock.forge', module='protobuf', version='1.1.2')
)
Apache Ivy
<dependency org="io.arcblock.forge" name="protobuf" rev="1.1.2" />
Leiningen
[io.arcblock.forge/protobuf "1.1.2"]
Apache Buildr
'io.arcblock.forge:protobuf:jar:1.1.2'