MVN

org.gurux : gurux.common

Maven & Gradle

Jun 29, 2020
5 usages
4 stars

gurux.common · gurux.common.java package implements interfaces that are needed for Gurux Media components and Gurux Device Framework. Purpose of Gurux Device Framework is help you to read your devices, meters and sensors easier.

<dependency>
    <groupId>org.gurux</groupId>
    <artifactId>gurux.common</artifactId>
    <version>1.0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.gurux : gurux.common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.17

All Versions

Choose a version of org.gurux : gurux.common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
gurux.common-1.0.17
gurux.common-1.0.16
gurux.common-1.0.15
gurux.common-1.0.14
gurux.common-1.0.11
gurux.common-1.0.10
gurux.common-1.0.9
gurux.common-1.0.8
gurux.common-1.0.7
gurux.common-1.0.6
gurux.common-1.0.5
gurux.common-1.0.4
gurux.common-1.0.2

How to add a dependency to Maven

Add the following org.gurux : gurux.common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.gurux</groupId>
    <artifactId>gurux.common</artifactId>
    <version>1.0.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.gurux : gurux.common gradle dependency to your build.gradle file:

implementation 'org.gurux:gurux.common:1.0.17'

Gradle Kotlin DSL: Add the following org.gurux : gurux.common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.gurux:gurux.common:1.0.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.gurux : gurux.common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.gurux" % "gurux.common" % "1.0.17"

Advertisement