p

protostuff-collectionschema

predefined schemas for jdk collections and maps
文件下载
文件名 操作
protostuff-collectionschema-1.7.3.jar 下载
protostuff-collectionschema-1.7.3.pom 下载
protostuff-collectionschema-1.7.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.nethibernate</groupId>
  <artifactId>protostuff-collectionschema</artifactId>
  <version>1.7.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.nethibernate:protostuff-collectionschema:1.7.3'
Gradle Kotlin
implementation("io.github.nethibernate:protostuff-collectionschema:1.7.3")
Scala SBT
libraryDependencies += "io.github.nethibernate" % "protostuff-collectionschema" % "1.7.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.nethibernate', module='protostuff-collectionschema', version='1.7.3')
)
Apache Ivy
<dependency org="io.github.nethibernate" name="protostuff-collectionschema" rev="1.7.3" />
Leiningen
[io.github.nethibernate/protostuff-collectionschema "1.7.3"]
Apache Buildr
'io.github.nethibernate:protostuff-collectionschema:jar:1.7.3'