| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.dyuproject.protostuff |
| Идентификатор | Идентификаторprotostuff-core |
| Последняя версия | Последняя версия1.2.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеprotostuff :: core
protobuf serialization for mutable messages
|
| Имя Файла | Размер |
|---|---|
| protostuff-core-1.2.2.pom | |
| protostuff-core-1.2.2.jar | 45 KB |
| protostuff-core-1.2.2-tests.jar | 99 KB |
| protostuff-core-1.2.2-sources.jar | 38 KB |
| protostuff-core-1.2.2-javadoc.jar | 98 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-core/ -->
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-core/
implementation 'com.dyuproject.protostuff:protostuff-core:1.2.2'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-core/
implementation ("com.dyuproject.protostuff:protostuff-core:1.2.2")
'com.dyuproject.protostuff:protostuff-core:jar:1.2.2'
<dependency org="com.dyuproject.protostuff" name="protostuff-core" rev="1.2.2">
<artifact name="protostuff-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-core', version='1.2.2')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-core" % "1.2.2"
[com.dyuproject.protostuff/protostuff-core "1.2.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.dyuproject.protostuff : protostuff-api | jar | 1.2.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.2 |