| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-nsq |
| Версия | Версия3.10.0 |
| Тип | Типjar |
| Описание |
ОписаниеCamel :: NSQ
Camel Components
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| camel-nsq-3.10.0.pom | |
| camel-nsq-3.10.0.jar | 37 KB |
| camel-nsq-3.10.0-sources.jar | 19 KB |
| camel-nsq-3.10.0-javadoc.jar | 71 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-nsq/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-nsq</artifactId>
<version>3.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-nsq/
implementation 'org.apache.camel:camel-nsq:3.10.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-nsq/
implementation ("org.apache.camel:camel-nsq:3.10.0")
'org.apache.camel:camel-nsq:jar:3.10.0'
<dependency org="org.apache.camel" name="camel-nsq" rev="3.10.0">
<artifact name="camel-nsq" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-nsq', version='3.10.0')
)
libraryDependencies += "org.apache.camel" % "camel-nsq" % "3.10.0"
[org.apache.camel/camel-nsq "3.10.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.camel : camel-support | jar | 3.10.0 |
| com.github.brainlag : nsq-client | jar | 1.0.0.RC4 |