c

camel-jackson-protobuf

Camel Jackson Protobuf support
Apache License, Version 2.0
文件下载
文件名 操作
camel-jackson-protobuf-3.14.2.jar 下载
camel-jackson-protobuf-3.14.2.pom 下载
camel-jackson-protobuf-3.14.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-jackson-protobuf</artifactId>
  <version>3.14.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel:camel-jackson-protobuf:3.14.2'
Gradle Kotlin
implementation("org.apache.camel:camel-jackson-protobuf:3.14.2")
Scala SBT
libraryDependencies += "org.apache.camel" % "camel-jackson-protobuf" % "3.14.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel', module='camel-jackson-protobuf', version='3.14.2')
)
Apache Ivy
<dependency org="org.apache.camel" name="camel-jackson-protobuf" rev="3.14.2" />
Leiningen
[org.apache.camel/camel-jackson-protobuf "3.14.2"]
Apache Buildr
'org.apache.camel:camel-jackson-protobuf:jar:3.14.2'