GroupId | GroupIdorg.apache.streampipes |
---|---|
ArtifactId | ArtifactIdstreampipes-commons |
Version | Version0.66.0 |
Type | Typejar |
Filename | Size |
---|---|
streampipes-commons-0.66.0.pom | |
streampipes-commons-0.66.0.jar | 27 KB |
streampipes-commons-0.66.0-sources.jar | 32 KB |
streampipes-commons-0.66.0-javadoc.jar | 538 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.streampipes/streampipes-commons/ -->
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-commons</artifactId>
<version>0.66.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.streampipes/streampipes-commons/
implementation 'org.apache.streampipes:streampipes-commons:0.66.0'
// https://jarcasting.com/artifacts/org.apache.streampipes/streampipes-commons/
implementation ("org.apache.streampipes:streampipes-commons:0.66.0")
'org.apache.streampipes:streampipes-commons:jar:0.66.0'
<dependency org="org.apache.streampipes" name="streampipes-commons" rev="0.66.0">
<artifact name="streampipes-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.streampipes', module='streampipes-commons', version='0.66.0')
)
libraryDependencies += "org.apache.streampipes" % "streampipes-commons" % "0.66.0"
[org.apache.streampipes/streampipes-commons "0.66.0"]