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