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