is not current version
Last Version 3.2.1

org.indunet:fastproto 1.5.2

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

Categories

Categories

Net
GroupId

GroupId

org.indunet
ArtifactId

ArtifactId

fastproto
Version

Version

1.5.2
Type

Type

jar

Download fastproto 1.5.2


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