is not current version
Last Version 1.0.17

org.gurux:gurux.common 1.0.2

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.

GroupId

GroupId

org.gurux
ArtifactId

ArtifactId

gurux.common
Version

Version

1.0.2
Type

Type

jar

Download gurux.common 1.0.2


<!-- https://jarcasting.com/artifacts/org.gurux/gurux.common/ -->
<dependency>
    <groupId>org.gurux</groupId>
    <artifactId>gurux.common</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.gurux/gurux.common/
implementation 'org.gurux:gurux.common:1.0.2'
// https://jarcasting.com/artifacts/org.gurux/gurux.common/
implementation ("org.gurux:gurux.common:1.0.2")
'org.gurux:gurux.common:jar:1.0.2'
<dependency org="org.gurux" name="gurux.common" rev="1.0.2">
  <artifact name="gurux.common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gurux', module='gurux.common', version='1.0.2')
)
libraryDependencies += "org.gurux" % "gurux.common" % "1.0.2"
[org.gurux/gurux.common "1.0.2"]