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