Enhanced ProtoBuf DynamicMessage
For more see the JavaDoc Documentation.
Happy coding,
David Tesler
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииProtobuf Данные Data Structures |
| Группа | Группаcom.github.protobufel |
| Идентификатор | Идентификаторprotobufel |
| Последняя версия | Последняя версия0.7.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеprotobufel
Enhanced ProtoBuf DynamicMessage
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| protobufel-0.7.2.pom | |
| protobufel-0.7.2.jar | 84 KB |
| protobufel-0.7.2-sources.jar | 33 KB |
| protobufel-0.7.2-javadoc.jar | 135 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.protobufel/protobufel/ -->
<dependency>
<groupId>com.github.protobufel</groupId>
<artifactId>protobufel</artifactId>
<version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.protobufel/protobufel/
implementation 'com.github.protobufel:protobufel:0.7.2'
// https://jarcasting.com/artifacts/com.github.protobufel/protobufel/
implementation ("com.github.protobufel:protobufel:0.7.2")
'com.github.protobufel:protobufel:jar:0.7.2'
<dependency org="com.github.protobufel" name="protobufel" rev="0.7.2">
<artifact name="protobufel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.protobufel', module='protobufel', version='0.7.2')
)
libraryDependencies += "com.github.protobufel" % "protobufel" % "0.7.2"
[com.github.protobufel/protobufel "0.7.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.jdt : org.eclipse.jdt.annotation | jar | 2.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.protobuf : protobuf-java | jar | 2.6.1 |
| com.github.protobufel : common-verifications | jar | 0.7.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.protobufel : protobufel-test-util | jar | 0.7.0 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| com.google.guava : guava | jar | 22.0 |
| com.google.guava : guava-testlib | jar | 22.0 |
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-junit | jar | 2.0.0.0 |
| org.mockito : mockito-core | jar | 2.8.47 |
| org.powermock : powermock-module-junit4 | jar | 1.7.0 |
| org.powermock : powermock-api-mockito2 | jar | 1.7.0 |
| org.assertj : assertj-core | jar | 3.8.0 |
Happy coding,
David Tesler