не последняя версия
Последняя версия 2.0.0

org.curioswitch.curiostack:protobuf-jackson 0.2.0

A library for efficient marshalling of Protocol Buffer messages to and from JSON.

Категории

Категории

Protobuf Данные Data Structures Jackson JSON
Группа

Группа

org.curioswitch.curiostack
Идентификатор

Идентификатор

protobuf-jackson
Версия

Версия

0.2.0
Тип

Тип

jar

Скачать protobuf-jackson 0.2.0


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