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

org.indunet:fastproto 2.4.3

FastProto is a protocolized binary serialization & deserialization tool written in Java, which allows developers to customize binary format through annotations.

Категории

Категории

Сеть
Группа

Группа

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

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

fastproto
Версия

Версия

2.4.3
Тип

Тип

jar

Скачать fastproto 2.4.3


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