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