Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdcom.sitewhere |
ArtifactId | ArtifactIdsitewhere-mongodb |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
sitewhere-mongodb-1.0.0.pom | |
sitewhere-mongodb-1.0.0.jar | 67 KB |
sitewhere-mongodb-1.0.0-sources.jar | 45 KB |
sitewhere-mongodb-1.0.0-javadoc.jar | 210 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sitewhere/sitewhere-mongodb/ -->
<dependency>
<groupId>com.sitewhere</groupId>
<artifactId>sitewhere-mongodb</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-mongodb/
implementation 'com.sitewhere:sitewhere-mongodb:1.0.0'
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-mongodb/
implementation ("com.sitewhere:sitewhere-mongodb:1.0.0")
'com.sitewhere:sitewhere-mongodb:jar:1.0.0'
<dependency org="com.sitewhere" name="sitewhere-mongodb" rev="1.0.0">
<artifact name="sitewhere-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sitewhere', module='sitewhere-mongodb', version='1.0.0')
)
libraryDependencies += "com.sitewhere" % "sitewhere-mongodb" % "1.0.0"
[com.sitewhere/sitewhere-mongodb "1.0.0"]