License |
License
GNU General Public License, version 2, with the Classpath Exception
|
---|---|
GroupId | GroupIdcom.github.calimero |
ArtifactId | ArtifactIdcalimero-device |
Last Version | Last Version2.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCalimero KNX Device
Communication stack for a Calimero KNX Device
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
calimero-device-2.5.pom | |
calimero-device-2.5.jar | 66 KB |
calimero-device-2.5-sources.jar | 121 KB |
calimero-device-2.5-javadoc.jar | 445 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.calimero/calimero-device/ -->
<dependency>
<groupId>com.github.calimero</groupId>
<artifactId>calimero-device</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.calimero/calimero-device/
implementation 'com.github.calimero:calimero-device:2.5'
// https://jarcasting.com/artifacts/com.github.calimero/calimero-device/
implementation ("com.github.calimero:calimero-device:2.5")
'com.github.calimero:calimero-device:jar:2.5'
<dependency org="com.github.calimero" name="calimero-device" rev="2.5">
<artifact name="calimero-device" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.calimero', module='calimero-device', version='2.5')
)
libraryDependencies += "com.github.calimero" % "calimero-device" % "2.5"
[com.github.calimero/calimero-device "2.5"]
Group / Artifact | Type | Version |
---|---|---|
com.github.calimero : calimero-core | jar | 2.5 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.1 |
org.junit.vintage : junit-vintage-engine | jar | 5.8.1 |