MVN

org.bidib.jbidib : jbidibc-z21lan

Maven & Gradle

Aug 06, 2023

jBiDiB :: jbidibc Z21 LAN protocol · jBiDiB jbidibc Z21 LAN protocol POM

<dependency>
    <groupId>org.bidib.jbidib</groupId>
    <artifactId>jbidibc-z21lan</artifactId>
    <version>2.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bidib.jbidib : jbidibc-z21lan to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.12
  • Latest Release Candidate: 2.0.0.RC6

All Versions

Choose a version of org.bidib.jbidib : jbidibc-z21lan to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jbidibc-z21lan-2.0.12
jbidibc-z21lan-2.0.11
jbidibc-z21lan-2.0.10
jbidibc-z21lan-2.0.9
jbidibc-z21lan-2.0.8
jbidibc-z21lan-2.0.7
jbidibc-z21lan-2.0.6
jbidibc-z21lan-2.0.5
jbidibc-z21lan-2.0.4
jbidibc-z21lan-2.0.3
jbidibc-z21lan-2.0.2
jbidibc-z21lan-2.0.1
jbidibc-z21lan-2.0.0
jbidibc-z21lan-2.0.0.RC6
jbidibc-z21lan-2.0.0.RC5
jbidibc-z21lan-2.0.0.RC4
jbidibc-z21lan-2.0.0.RC3
jbidibc-z21lan-2.0.0.RC2
jbidibc-z21lan-2.0.0.RC1

How to add a dependency to Maven

Add the following org.bidib.jbidib : jbidibc-z21lan maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bidib.jbidib</groupId>
    <artifactId>jbidibc-z21lan</artifactId>
    <version>2.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bidib.jbidib : jbidibc-z21lan gradle dependency to your build.gradle file:

implementation 'org.bidib.jbidib:jbidibc-z21lan:2.0.12'

Gradle Kotlin DSL: Add the following org.bidib.jbidib : jbidibc-z21lan gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bidib.jbidib:jbidibc-z21lan:2.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bidib.jbidib : jbidibc-z21lan sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bidib.jbidib" % "jbidibc-z21lan" % "2.0.12"