GroupId | GroupIdorg.apache.streampipes |
---|---|
ArtifactId | ArtifactIdstreampipes-connect |
Version | Version0.66.0 |
Type | Typejar |
Filename | Size |
---|---|
streampipes-connect-0.66.0.pom | |
streampipes-connect-0.66.0.jar | 120 KB |
streampipes-connect-0.66.0-sources.jar | 100 KB |
streampipes-connect-0.66.0-javadoc.jar | 880 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.streampipes/streampipes-connect/ -->
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-connect</artifactId>
<version>0.66.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.streampipes/streampipes-connect/
implementation 'org.apache.streampipes:streampipes-connect:0.66.0'
// https://jarcasting.com/artifacts/org.apache.streampipes/streampipes-connect/
implementation ("org.apache.streampipes:streampipes-connect:0.66.0")
'org.apache.streampipes:streampipes-connect:jar:0.66.0'
<dependency org="org.apache.streampipes" name="streampipes-connect" rev="0.66.0">
<artifact name="streampipes-connect" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.streampipes', module='streampipes-connect', version='0.66.0')
)
libraryDependencies += "org.apache.streampipes" % "streampipes-connect" % "0.66.0"
[org.apache.streampipes/streampipes-connect "0.66.0"]