Files download
File Operation
driver-Eeprom-0.5.pom download
Apache Maven
<dependency>
  <groupId>io.github.xiane</groupId>
  <artifactId>driver-Eeprom</artifactId>
  <version>0.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.xiane:driver-Eeprom:0.5'
Gradle Kotlin
implementation("io.github.xiane:driver-Eeprom:0.5")
Scala SBT
libraryDependencies += "io.github.xiane" % "driver-Eeprom" % "0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.xiane', module='driver-Eeprom', version='0.5')
)
Apache Ivy
<dependency org="io.github.xiane" name="driver-Eeprom" rev="0.5" />
Leiningen
[io.github.xiane/driver-Eeprom "0.5"]
Apache Buildr
'io.github.xiane:driver-Eeprom:jar:0.5'
Dependencies
The project has no third-party dependencies