Download pi4j-core-0.0.4.jar file - Jar p

Jar examples for p:pi4j-core

Description

Pi4J Java Library for the Raspberry Pi

You can download jar file pi4j-core 0.0.4 in this page.

Build File

You can use the following script to add pi4j-core-0.0.4.jar to your project.

<dependency>
   <groupId>com.pi4j</groupId>
   <artifactId>pi4j-core</artifactId>
   <version>0.0.4</version>
</dependency>
compile group: 'com.pi4j', name: 'pi4j-core', version: '0.0.4'
libraryDependencies += "com.pi4j" % "pi4j-core" % "0.0.4"
<dependency org="com.pi4j" name="pi4j-core" rev="0.0.4"/>
@Grapes(@Grab(group='com.pi4j', module='pi4j-core', version='0.0.4'))
'com.pi4j:pi4j-core:jar:0.0.4'

Download

Click the following link to download the jar file.

pi4j-core-0.0.4-javadoc.jar
pi4j-core-0.0.4-sources.jar
pi4j-core-0.0.4.jar
pi4j-core-0.0.4.pom



Related Tutorials