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