| Группа | Группаcom.bazaarvoice.emodb |
|---|---|
| Идентификатор | Идентификаторemodb-queue |
| Версия | Версия5.4.9 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| emodb-queue-5.4.9.pom | |
| emodb-queue-5.4.9.jar | 27 KB |
| emodb-queue-5.4.9-sources.jar | 12 KB |
| emodb-queue-5.4.9-javadoc.jar | 95 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-queue/ -->
<dependency>
<groupId>com.bazaarvoice.emodb</groupId>
<artifactId>emodb-queue</artifactId>
<version>5.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-queue/
implementation 'com.bazaarvoice.emodb:emodb-queue:5.4.9'
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-queue/
implementation ("com.bazaarvoice.emodb:emodb-queue:5.4.9")
'com.bazaarvoice.emodb:emodb-queue:jar:5.4.9'
<dependency org="com.bazaarvoice.emodb" name="emodb-queue" rev="5.4.9">
<artifact name="emodb-queue" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.emodb', module='emodb-queue', version='5.4.9')
)
libraryDependencies += "com.bazaarvoice.emodb" % "emodb-queue" % "5.4.9"
[com.bazaarvoice.emodb/emodb-queue "5.4.9"]