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