| Группа | Группаcom.dyuproject.protostuff |
|---|---|
| Идентификатор | Идентификаторprotostuff-collectionschema |
| Версия | Версия1.0.11 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-collectionschema/ -->
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-collectionschema</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-collectionschema/
implementation 'com.dyuproject.protostuff:protostuff-collectionschema:1.0.11'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-collectionschema/
implementation ("com.dyuproject.protostuff:protostuff-collectionschema:1.0.11")
'com.dyuproject.protostuff:protostuff-collectionschema:jar:1.0.11'
<dependency org="com.dyuproject.protostuff" name="protostuff-collectionschema" rev="1.0.11">
<artifact name="protostuff-collectionschema" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-collectionschema', version='1.0.11')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-collectionschema" % "1.0.11"
[com.dyuproject.protostuff/protostuff-collectionschema "1.0.11"]