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