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