GroupId | GroupIdli.pitschmann |
---|---|
ArtifactId | ArtifactIdknx-core-plugin-statistic |
Version | Version0.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/li.pitschmann/knx-core-plugin-statistic/ -->
<dependency>
<groupId>li.pitschmann</groupId>
<artifactId>knx-core-plugin-statistic</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/li.pitschmann/knx-core-plugin-statistic/
implementation 'li.pitschmann:knx-core-plugin-statistic:0.3.0'
// https://jarcasting.com/artifacts/li.pitschmann/knx-core-plugin-statistic/
implementation ("li.pitschmann:knx-core-plugin-statistic:0.3.0")
'li.pitschmann:knx-core-plugin-statistic:jar:0.3.0'
<dependency org="li.pitschmann" name="knx-core-plugin-statistic" rev="0.3.0">
<artifact name="knx-core-plugin-statistic" type="jar" />
</dependency>
@Grapes(
@Grab(group='li.pitschmann', module='knx-core-plugin-statistic', version='0.3.0')
)
libraryDependencies += "li.pitschmann" % "knx-core-plugin-statistic" % "0.3.0"
[li.pitschmann/knx-core-plugin-statistic "0.3.0"]