MVN

com.github.calimero : calimero-device

Maven & Gradle

Dec 13, 2022
4 usages
5 stars

Calimero KNX Device · Communication stack for a Calimero KNX Device

<dependency>
    <groupId>com.github.calimero</groupId>
    <artifactId>calimero-device</artifactId>
    <version>2.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.calimero : calimero-device to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.1
  • Latest Release Candidate: 2.5-rc2
  • Latest Beta: 2.3-beta

All Versions

Choose a version of com.github.calimero : calimero-device to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
calimero-device-2.5.1
2.5
calimero-device-2.5
calimero-device-2.5-rc2
calimero-device-2.5-rc1
calimero-device-2.5-M1
2.4
calimero-device-2.4
calimero-device-2.4-rc2
calimero-device-2.4-rc1
2.3
calimero-device-2.3
calimero-device-2.3-beta

How to add a dependency to Maven

Add the following com.github.calimero : calimero-device maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.calimero</groupId>
    <artifactId>calimero-device</artifactId>
    <version>2.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.calimero : calimero-device gradle dependency to your build.gradle file:

implementation 'com.github.calimero:calimero-device:2.5.1'

Gradle Kotlin DSL: Add the following com.github.calimero : calimero-device gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.calimero:calimero-device:2.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.calimero : calimero-device sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.calimero" % "calimero-device" % "2.5.1"

Advertisement