License |
License |
---|---|
GroupId | GroupIdcom.dyuproject.protostuff |
ArtifactId | ArtifactIdprotostuff-model |
Last Version | Last Version1.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionprotostuff :: model
An object model from the code generated by protoc(objects using the builder pattern).
This acts as a "message descriptor" at runtime(especially for LITE_RUNTIME) ... which
can also be used to generate code for other formats.
This also provides runtime accessors for the fields of a message via reflection.
|
Project URL |
Project URL |
Filename | Size |
---|---|
protostuff-model-1.0.9.pom | |
protostuff-model-1.0.9.jar | 45 KB |
protostuff-model-1.0.9-tests.jar | 70 KB |
protostuff-model-1.0.9-sources.jar | 19 KB |
protostuff-model-1.0.9-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-model/ -->
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-model</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-model/
implementation 'com.dyuproject.protostuff:protostuff-model:1.0.9'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-model/
implementation ("com.dyuproject.protostuff:protostuff-model:1.0.9")
'com.dyuproject.protostuff:protostuff-model:jar:1.0.9'
<dependency org="com.dyuproject.protostuff" name="protostuff-model" rev="1.0.9">
<artifact name="protostuff-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-model', version='1.0.9')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-model" % "1.0.9"
[com.dyuproject.protostuff/protostuff-model "1.0.9"]
Group / Artifact | Type | Version |
---|---|---|
com.google.protobuf : protobuf-java | jar | 2.3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |