protobuf-java-format

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.

License

License

Categories

Categories

Java Languages Protobuf Data Data Structures ORM
GroupId

GroupId

com.googlecode.protobuf-java-format
ArtifactId

ArtifactId

protobuf-java-format
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

jar
Description

Description

protobuf-java-format
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.
Project URL

Project URL

https://github.com/bivas/protobuf-java-format

Download protobuf-java-format

How to add to project

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

Dependencies

provided (3)

Group / Artifact Type Version
com.google.protobuf : protobuf-java jar 2.5.0
com.fasterxml.jackson.dataformat : jackson-dataformat-smile Optional jar 2.5.0
com.fasterxml.jackson.core : jackson-core Optional jar 2.5.0

test (3)

Group / Artifact Type Version
org.testng : testng jar 6.8.21
org.hamcrest : hamcrest-core jar 1.3
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

Versions

Version
1.4
1.3
1.2