Download zwave4j-0.3.jar file

Introduction

You can download zwave4j-0.3.jar in this page.

License

GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007

Type List

zwave4j-0.3.jar file has the following types.

META-INF/MANIFEST.MF
native_libs/linux/amd64/libzwave4j.so
native_libs/linux/arm/libzwave4j.so
native_libs/linux/x86/libzwave4j.so
native_libs/osx/amd64/libzwave4j.dylib
native_libs/osx/x86/libzwave4j.dylib
native_libs/windows/amd64/zwave4j.dll
native_libs/windows/x86/zwave4j.dll
org.zwave4j.CommandClassData.class
org.zwave4j.ControllerCallback.class
org.zwave4j.ControllerCommand.class
org.zwave4j.ControllerError.class
org.zwave4j.ControllerInterface.class
org.zwave4j.ControllerState.class
org.zwave4j.DriverData.class
org.zwave4j.Main.class
org.zwave4j.Manager.class
org.zwave4j.NativeLibraryLoader.class
org.zwave4j.NodeData.class
org.zwave4j.Notification.class
org.zwave4j.NotificationType.class
org.zwave4j.NotificationWatcher.class
org.zwave4j.OptionType.class
org.zwave4j.Options.class
org.zwave4j.ValueGenre.class
org.zwave4j.ValueId.class
org.zwave4j.ValueType.class
org.zwave4j.ZWave4j.class

Pom

zwave4j-0.3.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.zgmnkv</groupId>
  <artifactId>zwave4j</artifactId>
  <version>0.3</version>
  <name>ZWave4J</name>
  <description>ZWave4J is a Java wrapper for Open-ZWave library</description>
  <url>https://github.com/zgmnkv/zwave4j</url>
  <licenses>
    <license>
      <name>GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007</name>
      <url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>zgmnkv</id>
      <name>Alexander Zagumennikov</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/zgmnkv/zwave4j</connection>
    <developerConnection>scm:git:https://github.com/zgmnkv/zwave4j</developerConnection>
    <url>https://github.com/zgmnkv/zwave4j</url>
  </scm>
</project>

POM Entry

<dependency>
   <groupId>com.github.zgmnkv</groupId>
   <artifactId>zwave4j</artifactId>
   <version>0.3</version>
</dependency>

Download

If you think the following zwave4j-0.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download zwave4j-0.3.jar file




Previous

Related