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