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