pb-json - Tools for working with Protobuf and Json

Collection of utility components

License

License

Categories

Categories

JSON Data
GroupId

GroupId

no.hassle.commons
ArtifactId

ArtifactId

pb-json
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

pb-json - Tools for working with Protobuf and Json
Collection of utility components
Project URL

Project URL

https://github.com/no-hassle/java-commons/tree/master/pb-json

Download pb-json

How to add to project

<!-- https://jarcasting.com/artifacts/no.hassle.commons/pb-json/ -->
<dependency>
    <groupId>no.hassle.commons</groupId>
    <artifactId>pb-json</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/no.hassle.commons/pb-json/
implementation 'no.hassle.commons:pb-json:2.0.0'
// https://jarcasting.com/artifacts/no.hassle.commons/pb-json/
implementation ("no.hassle.commons:pb-json:2.0.0")
'no.hassle.commons:pb-json:jar:2.0.0'
<dependency org="no.hassle.commons" name="pb-json" rev="2.0.0">
  <artifact name="pb-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.hassle.commons', module='pb-json', version='2.0.0')
)
libraryDependencies += "no.hassle.commons" % "pb-json" % "2.0.0"
[no.hassle.commons/pb-json "2.0.0"]

Dependencies

compile (5)

Group / Artifact Type Version
javax.inject : javax.inject jar 1
com.google.protobuf : protobuf-java jar 2.4.1
org.codehaus.jackson : jackson-core-asl jar 1.9.13
org.codehaus.jackson : jackson-mapper-asl jar 1.9.13
com.google.guava : guava jar 14.0

provided (1)

Group / Artifact Type Version
javax.ws.rs : jsr311-api jar 1.1.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
commons-io : commons-io jar 2.3
com.sun.jersey.jersey-test-framework : jersey-test-framework-inmemory jar 1.18

Project Modules

There are no modules declared in this project.

java-commons

This is a collection of Java components that have proven useful across different code repositories, initially in the Telenor Digital (née Comoyo) Communications group.

The list of components currently reads as follows:

  • pb-json Hassle-free conversion from Protobuf to JSON and back
  • protoc-bundled-plugin Batteries included Protobuf compiler plugin for Maven
  • emjar Class loader and supporting cast for using jar-in-jar embedded archives as part of classpath
  • emjar-maven-plugin Generate EmJar-enabled bundle archives from Maven
  • emjar-demo EmJar alternatives overview
no.hassle.commons

Versions

Version
2.0.0