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