| Группа | Группаcom.dyuproject.protostuff |
|---|---|
| Идентификатор | Идентификаторprotostuff-core |
| Версия | Версия1.0.9 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| protostuff-core-1.0.9.pom | |
| protostuff-core-1.0.9.jar | 48 KB |
| protostuff-core-1.0.9-tests.jar | 111 KB |
| protostuff-core-1.0.9-sources.jar | 41 KB |
| protostuff-core-1.0.9-javadoc.jar | 101 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-core/ -->
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-core/
implementation 'com.dyuproject.protostuff:protostuff-core:1.0.9'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-core/
implementation ("com.dyuproject.protostuff:protostuff-core:1.0.9")
'com.dyuproject.protostuff:protostuff-core:jar:1.0.9'
<dependency org="com.dyuproject.protostuff" name="protostuff-core" rev="1.0.9">
<artifact name="protostuff-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-core', version='1.0.9')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-core" % "1.0.9"
[com.dyuproject.protostuff/protostuff-core "1.0.9"]