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