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