| Категории |
КатегорииProtobuf Данные Data Structures |
|---|---|
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-protobuf-starter |
| Версия | Версия2.19.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| camel-protobuf-starter-2.19.2.pom | |
| camel-protobuf-starter-2.19.2.jar | 19 KB |
| camel-protobuf-starter-2.19.2-sources.jar | 17 KB |
| camel-protobuf-starter-2.19.2-javadoc.jar | 40 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-protobuf-starter/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-protobuf-starter</artifactId>
<version>2.19.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-protobuf-starter/
implementation 'org.apache.camel:camel-protobuf-starter:2.19.2'
// https://jarcasting.com/artifacts/org.apache.camel/camel-protobuf-starter/
implementation ("org.apache.camel:camel-protobuf-starter:2.19.2")
'org.apache.camel:camel-protobuf-starter:jar:2.19.2'
<dependency org="org.apache.camel" name="camel-protobuf-starter" rev="2.19.2">
<artifact name="camel-protobuf-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-protobuf-starter', version='2.19.2')
)
libraryDependencies += "org.apache.camel" % "camel-protobuf-starter" % "2.19.2"
[org.apache.camel/camel-protobuf-starter "2.19.2"]