MVN

io.github.pnoker : dc3-common-driver

Maven & Gradle

Jun 11, 2024
524 stars

dc3-common-driver · IOT DC3 平台 公共的 驱动 依赖。

<dependency>
    <groupId>io.github.pnoker</groupId>
    <artifactId>dc3-common-driver</artifactId>
    <version>2024.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.pnoker : dc3-common-driver to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2024.3.2

All Versions

Choose a version of io.github.pnoker : dc3-common-driver to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2024.3.x
dc3-common-driver-2024.3.2

How to add a dependency to Maven

Add the following io.github.pnoker : dc3-common-driver maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.pnoker</groupId>
    <artifactId>dc3-common-driver</artifactId>
    <version>2024.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.pnoker : dc3-common-driver gradle dependency to your build.gradle file:

implementation 'io.github.pnoker:dc3-common-driver:2024.3.2'

Gradle Kotlin DSL: Add the following io.github.pnoker : dc3-common-driver gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.pnoker:dc3-common-driver:2024.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.pnoker : dc3-common-driver sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.pnoker" % "dc3-common-driver" % "2024.3.2"

Advertisement