MVN

io.github.openwebnet4j : openwebnet4j

Maven & Gradle

Jul 15, 2023
6 stars

openwebnet4j OpenWebNet Java library · openwebnet4j is a Java library for the Open Web Net protocol

<dependency>
    <groupId>io.github.openwebnet4j</groupId>
    <artifactId>openwebnet4j</artifactId>
    <version>0.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.openwebnet4j : openwebnet4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.1

All Versions

Choose a version of io.github.openwebnet4j : openwebnet4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
openwebnet4j-0.10.1
openwebnet4j-0.10.0
0.9.x
openwebnet4j-0.9.1
openwebnet4j-0.9.0
0.8.x
openwebnet4j-0.8.1
openwebnet4j-0.8.0
0.7.x
openwebnet4j-0.7.1
openwebnet4j-0.7.0
0.6.x
openwebnet4j-0.6.0
0.5.x
openwebnet4j-0.5.3
openwebnet4j-0.5.2
openwebnet4j-0.5.1
openwebnet4j-0.5.0
0.4.x
openwebnet4j-0.4.1

How to add a dependency to Maven

Add the following io.github.openwebnet4j : openwebnet4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.openwebnet4j</groupId>
    <artifactId>openwebnet4j</artifactId>
    <version>0.10.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.openwebnet4j : openwebnet4j gradle dependency to your build.gradle file:

implementation 'io.github.openwebnet4j:openwebnet4j:0.10.1'

Gradle Kotlin DSL: Add the following io.github.openwebnet4j : openwebnet4j gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.openwebnet4j:openwebnet4j:0.10.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.openwebnet4j : openwebnet4j sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.openwebnet4j" % "openwebnet4j" % "0.10.1"

Advertisement