| Categories |
CategoriesMongoDB Data Databases |
|---|---|
| GroupId | GroupIdcom.sitewhere |
| ArtifactId | ArtifactIdsitewhere-mongodb |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]