FastProto

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
Last Version

Last Version

3.2.1
Release Date

Release Date

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

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.xerial.snappy : snappy-java Optional jar 1.1.8.4
org.lz4 : lz4-java Optional jar 1.8.0

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.scala-lang : scala-library jar 2.11.12
org.scala-lang : scala-reflect jar 2.11.12
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.

Versions

Version
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.0.0
2.4.3
2.4.0
2.2.0
2.0.0
1.6.3
1.6.2
1.5.2
1.4.1
1.3.0
1.2.3
1.1.2