License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdorg.indunet |
ArtifactId | ArtifactIdfastproto |
Version | Version1.6.3 |
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-1.6.3.pom | |
fastproto-1.6.3.jar | 134 KB |
fastproto-1.6.3-sources.jar | 98 KB |
fastproto-1.6.3-javadoc.jar | 576 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.indunet/fastproto/ -->
<dependency>
<groupId>org.indunet</groupId>
<artifactId>fastproto</artifactId>
<version>1.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.indunet/fastproto/
implementation 'org.indunet:fastproto:1.6.3'
// https://jarcasting.com/artifacts/org.indunet/fastproto/
implementation ("org.indunet:fastproto:1.6.3")
'org.indunet:fastproto:jar:1.6.3'
<dependency org="org.indunet" name="fastproto" rev="1.6.3">
<artifact name="fastproto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.indunet', module='fastproto', version='1.6.3')
)
libraryDependencies += "org.indunet" % "fastproto" % "1.6.3"
[org.indunet/fastproto "1.6.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.kafka : kafka-clients Optional | jar | 2.6.0 |
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 |