p

protostuff-runtime-registry

id registration for runtime types
文件下载
文件名 操作
protostuff-runtime-registry-1.3.0.jar 下载
protostuff-runtime-registry-1.3.0.pom 下载
protostuff-runtime-registry-1.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.protostuff</groupId>
  <artifactId>protostuff-runtime-registry</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'io.protostuff:protostuff-runtime-registry:1.3.0'
Gradle Kotlin
implementation("io.protostuff:protostuff-runtime-registry:1.3.0")
Scala SBT
libraryDependencies += "io.protostuff" % "protostuff-runtime-registry" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.protostuff', module='protostuff-runtime-registry', version='1.3.0')
)
Apache Ivy
<dependency org="io.protostuff" name="protostuff-runtime-registry" rev="1.3.0" />
Leiningen
[io.protostuff/protostuff-runtime-registry "1.3.0"]
Apache Buildr
'io.protostuff:protostuff-runtime-registry:jar:1.3.0'