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