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

org.curioswitch.curiostack:protobuf-jackson 0.1.1

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

Категории

Категории

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

Группа

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

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

protobuf-jackson
Версия

Версия

0.1.1
Тип

Тип

jar

Скачать protobuf-jackson 0.1.1


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