License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdorg.indunet |
ArtifactId | ArtifactIdfastproto |
Version | Version1.4.1 |
Type | Typejar |
Description |
DescriptionFastProto
FastProto is a binary serialization & deserialization tool written in Java.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fastproto-1.4.1.pom | |
fastproto-1.4.1.jar | 107 KB |
fastproto-1.4.1-sources.jar | 54 KB |
fastproto-1.4.1-javadoc.jar | 476 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.indunet/fastproto/ -->
<dependency>
<groupId>org.indunet</groupId>
<artifactId>fastproto</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.indunet/fastproto/
implementation 'org.indunet:fastproto:1.4.1'
// https://jarcasting.com/artifacts/org.indunet/fastproto/
implementation ("org.indunet:fastproto:1.4.1")
'org.indunet:fastproto:jar:1.4.1'
<dependency org="org.indunet" name="fastproto" rev="1.4.1">
<artifact name="fastproto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.indunet', module='fastproto', version='1.4.1')
)
libraryDependencies += "org.indunet" % "fastproto" % "1.4.1"
[org.indunet/fastproto "1.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |