License |
License |
---|---|
GroupId | GroupIdorg.openmuc |
ArtifactId | ArtifactIdjmbus |
Last Version | Last Version3.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjMBus
jMBus is a library that can be used to implement M-Bus masters or wireless M-Bus receivers that read meters.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jmbus-3.3.0.pom | |
jmbus-3.3.0.jar | 94 KB |
jmbus-3.3.0-sources.jar | 53 KB |
jmbus-3.3.0-javadoc.jar | 138 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openmuc/jmbus/ -->
<dependency>
<groupId>org.openmuc</groupId>
<artifactId>jmbus</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openmuc/jmbus/
implementation 'org.openmuc:jmbus:3.3.0'
// https://jarcasting.com/artifacts/org.openmuc/jmbus/
implementation ("org.openmuc:jmbus:3.3.0")
'org.openmuc:jmbus:jar:3.3.0'
<dependency org="org.openmuc" name="jmbus" rev="3.3.0">
<artifact name="jmbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openmuc', module='jmbus', version='3.3.0')
)
libraryDependencies += "org.openmuc" % "jmbus" % "3.3.0"
[org.openmuc/jmbus "3.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.openmuc : jrxtx | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
pl.pragmatists : JUnitParams | jar | 1.1.0 |