License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdorg.indunet |
ArtifactId | ArtifactIdfastproto |
Version | Version2.2.0 |
Type | Typejar |
Description |
DescriptionFastProto
FastProto is a protocolized binary serialization & deserialization tool written in Java, which allows developers to customize binary format through annotations.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fastproto-2.2.0.pom | |
fastproto-2.2.0.jar | 205 KB |
fastproto-2.2.0-sources.jar | 144 KB |
fastproto-2.2.0-javadoc.jar | 845 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.kafka : kafka-clients Optional | jar | 2.6.0 |
io.netty : netty-all Optional | jar | 4.1.65.Final |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
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 |