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