GroupId | GroupIdorg.apache.streampipes |
---|---|
ArtifactId | ArtifactIdstreampipes-storage-couchdb |
Version | Version0.66.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.streampipes/streampipes-storage-couchdb/ -->
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-storage-couchdb</artifactId>
<version>0.66.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.streampipes/streampipes-storage-couchdb/
implementation 'org.apache.streampipes:streampipes-storage-couchdb:0.66.0'
// https://jarcasting.com/artifacts/org.apache.streampipes/streampipes-storage-couchdb/
implementation ("org.apache.streampipes:streampipes-storage-couchdb:0.66.0")
'org.apache.streampipes:streampipes-storage-couchdb:jar:0.66.0'
<dependency org="org.apache.streampipes" name="streampipes-storage-couchdb" rev="0.66.0">
<artifact name="streampipes-storage-couchdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.streampipes', module='streampipes-storage-couchdb', version='0.66.0')
)
libraryDependencies += "org.apache.streampipes" % "streampipes-storage-couchdb" % "0.66.0"
[org.apache.streampipes/streampipes-storage-couchdb "0.66.0"]