MVN

io.github.xiane : driver-Ssd1306

Maven & Gradle

May 17, 2023
0 stars

driver-Ssd1306 · driver-Ssd1306

<dependency>
    <groupId>io.github.xiane</groupId>
    <artifactId>driver-Ssd1306</artifactId>
    <version>0.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.6.2

All Versions

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

Version Vulnerabilities Updated
0.6.x
driver-Ssd1306-0.6.2
driver-Ssd1306-0.6.1
0.6
driver-Ssd1306-0.6
0.5
driver-Ssd1306-0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.xiane</groupId>
    <artifactId>driver-Ssd1306</artifactId>
    <version>0.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.xiane : driver-Ssd1306 gradle dependency to your build.gradle file:

implementation 'io.github.xiane:driver-Ssd1306:0.6.2'

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

implementation("io.github.xiane:driver-Ssd1306:0.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.xiane : driver-Ssd1306 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.xiane" % "driver-Ssd1306" % "0.6.2"