| License |
License |
|---|---|
| GroupId | GroupIdio.protostuff |
| ArtifactId | ArtifactIdprotostuff-core |
| Last Version | Last Version1.8.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionprotostuff :: core
protobuf serialization for mutable messages
|
| Filename | Size |
|---|---|
| protostuff-core-1.8.0.pom | |
| protostuff-core-1.8.0.jar | 63 KB |
| protostuff-core-1.8.0-tests.jar | 127 KB |
| protostuff-core-1.8.0-sources.jar | 50 KB |
| protostuff-core-1.8.0-javadoc.jar | 137 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.protostuff/protostuff-core/ -->
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.protostuff/protostuff-core/
implementation 'io.protostuff:protostuff-core:1.8.0'
// https://jarcasting.com/artifacts/io.protostuff/protostuff-core/
implementation ("io.protostuff:protostuff-core:1.8.0")
'io.protostuff:protostuff-core:jar:1.8.0'
<dependency org="io.protostuff" name="protostuff-core" rev="1.8.0">
<artifact name="protostuff-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.protostuff', module='protostuff-core', version='1.8.0')
)
libraryDependencies += "io.protostuff" % "protostuff-core" % "1.8.0"
[io.protostuff/protostuff-core "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 |