is not current version
Last Version 1.4

com.googlecode.protobuf-java-format:protobuf-java-format 1.3

Provide serialization and de-serialization of different formats based on Google���s protobuf Message. Enables overriding the default (byte array) output to text based formats such as XML, JSON and HTML.

Categories

Categories

Java Languages Protobuf Data Data Structures ORM
GroupId

GroupId

com.googlecode.protobuf-java-format
ArtifactId

ArtifactId

protobuf-java-format
Version

Version

1.3
Type

Type

jar

Download protobuf-java-format 1.3


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