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