License |
License |
---|---|
Categories |
CategoriesJava Languages Protobuf Data Data Structures ORM |
GroupId | GroupIdcom.googlecode.protobuf-java-format |
ArtifactId | ArtifactIdprotobuf-java-format |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionprotobuf-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 |
Filename | Size |
---|---|
protobuf-java-format-1.4.pom | |
protobuf-java-format-1.4.jar | 75 KB |
protobuf-java-format-1.4-sources.jar | 48 KB |
protobuf-java-format-1.4-javadoc.jar | 99 KB |
Browse |
<!-- 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"]
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 |
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 |