p

protostuff-collectionschema

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