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