p

protostuff-collectionschema

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