| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.dyuproject.protostuff |
| Идентификатор | Идентификаторprotostuff-model |
| Версия | Версия1.0.9 |
| Тип | Типjar |
| Описание |
Описаниеprotostuff :: 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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.protobuf : protobuf-java | jar | 2.3.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.2 |