Files download
File Operation
grovepi-spec-0.1.1.jar download
grovepi-spec-0.1.1.pom download
grovepi-spec-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.yafna.raspberry</groupId>
  <artifactId>grovepi-spec</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.yafna.raspberry:grovepi-spec:0.1.1'
Gradle Kotlin
implementation("com.github.yafna.raspberry:grovepi-spec:0.1.1")
Scala SBT
libraryDependencies += "com.github.yafna.raspberry" % "grovepi-spec" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.yafna.raspberry', module='grovepi-spec', version='0.1.1')
)
Apache Ivy
<dependency org="com.github.yafna.raspberry" name="grovepi-spec" rev="0.1.1" />
Leiningen
[com.github.yafna.raspberry/grovepi-spec "0.1.1"]
Apache Buildr
'com.github.yafna.raspberry:grovepi-spec:jar:0.1.1'