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