p

protostuff-collectionschema

predefined schemas for jdk collections and maps
Files download
File Operation
protostuff-collectionschema-1.5.9.jar download
protostuff-collectionschema-1.5.9.pom download
protostuff-collectionschema-1.5.9-sources.jar download
Apache Maven
<dependency>
  <groupId>io.protostuff</groupId>
  <artifactId>protostuff-collectionschema</artifactId>
  <version>1.5.9</version>
</dependency>
Gradle Groovy
implementation 'io.protostuff:protostuff-collectionschema:1.5.9'
Gradle Kotlin
implementation("io.protostuff:protostuff-collectionschema:1.5.9")
Scala SBT
libraryDependencies += "io.protostuff" % "protostuff-collectionschema" % "1.5.9"
Groovy Grape
@Grapes(
  @Grab(group='io.protostuff', module='protostuff-collectionschema', version='1.5.9')
)
Apache Ivy
<dependency org="io.protostuff" name="protostuff-collectionschema" rev="1.5.9" />
Leiningen
[io.protostuff/protostuff-collectionschema "1.5.9"]
Apache Buildr
'io.protostuff:protostuff-collectionschema:jar:1.5.9'