| License |
License |
|---|---|
| Categories |
CategoriesProtobuf Data Data Structures Jackson JSON |
| GroupId | GroupIdorg.curioswitch.curiostack |
| ArtifactId | ArtifactIdprotobuf-jackson |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionprotobuf-jackson
A library for efficient marshalling of Protocol Buffer messages to and from JSON.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| protobuf-jackson-2.0.0.pom | |
| protobuf-jackson-2.0.0.jar | 90 KB |
| protobuf-jackson-2.0.0-sources.jar | 55 KB |
| protobuf-jackson-2.0.0-javadoc.jar | 401 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.curioswitch.curiostack/protobuf-jackson/ -->
<dependency>
<groupId>org.curioswitch.curiostack</groupId>
<artifactId>protobuf-jackson</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.curioswitch.curiostack/protobuf-jackson/
implementation 'org.curioswitch.curiostack:protobuf-jackson:2.0.0'
// https://jarcasting.com/artifacts/org.curioswitch.curiostack/protobuf-jackson/
implementation ("org.curioswitch.curiostack:protobuf-jackson:2.0.0")
'org.curioswitch.curiostack:protobuf-jackson:jar:2.0.0'
<dependency org="org.curioswitch.curiostack" name="protobuf-jackson" rev="2.0.0">
<artifact name="protobuf-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.curioswitch.curiostack', module='protobuf-jackson', version='2.0.0')
)
libraryDependencies += "org.curioswitch.curiostack" % "protobuf-jackson" % "2.0.0"
[org.curioswitch.curiostack/protobuf-jackson "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | 2.13.1 |
| com.google.protobuf : protobuf-java | jar | 3.19.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| net.bytebuddy : byte-buddy | jar | 1.12.6 |