is not current version
Last Version 3.2.1

FastProto 2.2.0

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

License

License

Categories

Categories

Net
GroupId

GroupId

org.indunet
ArtifactId

ArtifactId

fastproto
Version

Version

2.2.0
Type

Type

jar
Description

Description

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

Project Organization

indunet
Source Code Management

Source Code Management

https://github.com/indunet/fastproto

Download fastproto 2.2.0


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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.kafka : kafka-clients Optional jar 2.6.0
io.netty : netty-all Optional jar 4.1.65.Final

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.16

test (6)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.2
org.apache.kafka : kafka_2.13 jar 2.6.0
com.salesforce.kafka.test : kafka-junit5 jar 3.2.2
org.openjdk.jmh : jmh-core jar 1.3.2
org.openjdk.jmh : jmh-generator-annprocess jar 1.3.2
com.esotericsoftware : kryo jar 5.1.1

Project Modules

There are no modules declared in this project.