GroupId | GroupIdcom.dyuproject.protostuff |
---|---|
ArtifactId | ArtifactIdprotostuff-collectionschema |
Version | Version1.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-collectionschema/ -->
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-collectionschema</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-collectionschema/
implementation 'com.dyuproject.protostuff:protostuff-collectionschema:1.1.3'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-collectionschema/
implementation ("com.dyuproject.protostuff:protostuff-collectionschema:1.1.3")
'com.dyuproject.protostuff:protostuff-collectionschema:jar:1.1.3'
<dependency org="com.dyuproject.protostuff" name="protostuff-collectionschema" rev="1.1.3">
<artifact name="protostuff-collectionschema" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-collectionschema', version='1.1.3')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-collectionschema" % "1.1.3"
[com.dyuproject.protostuff/protostuff-collectionschema "1.1.3"]