| License | License | 
|---|---|
| GroupId | GroupIdio.protostuff | 
| ArtifactId | ArtifactIdprotostuff-kvp | 
| Last Version | Last Version1.8.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionprotostuff :: kvp binary key-value-pair serialization format (see http://projects.unbit.it/uwsgi/wiki/uwsgiProtocol) | 
| Filename | Size | 
|---|---|
| protostuff-kvp-1.8.0.pom | |
| protostuff-kvp-1.8.0.jar | 10 KB | 
| protostuff-kvp-1.8.0-tests.jar | 13 KB | 
| protostuff-kvp-1.8.0-sources.jar | 7 KB | 
| protostuff-kvp-1.8.0-javadoc.jar | 40 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.protostuff/protostuff-kvp/ -->
<dependency>
    <groupId>io.protostuff</groupId>
    <artifactId>protostuff-kvp</artifactId>
    <version>1.8.0</version>
</dependency>// https://jarcasting.com/artifacts/io.protostuff/protostuff-kvp/
implementation 'io.protostuff:protostuff-kvp:1.8.0'// https://jarcasting.com/artifacts/io.protostuff/protostuff-kvp/
implementation ("io.protostuff:protostuff-kvp:1.8.0")'io.protostuff:protostuff-kvp:jar:1.8.0'<dependency org="io.protostuff" name="protostuff-kvp" rev="1.8.0">
  <artifact name="protostuff-kvp" type="jar" />
</dependency>@Grapes(
@Grab(group='io.protostuff', module='protostuff-kvp', version='1.8.0')
)libraryDependencies += "io.protostuff" % "protostuff-kvp" % "1.8.0"[io.protostuff/protostuff-kvp "1.8.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.protostuff : protostuff-api | jar | 1.8.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.1 | 
| io.protostuff : protostuff-core | jar | 1.8.0 |