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