GroupId | GroupIdcom.pi4j |
---|---|
ArtifactId | ArtifactIdpi4j-example |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
pi4j-example-1.3.pom | |
pi4j-example-1.3.jar | 292 KB |
pi4j-example-1.3-sources.jar | 293 KB |
pi4j-example-1.3-javadoc.jar | 617 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pi4j/pi4j-example/ -->
<dependency>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-example</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.pi4j/pi4j-example/
implementation 'com.pi4j:pi4j-example:1.3'
// https://jarcasting.com/artifacts/com.pi4j/pi4j-example/
implementation ("com.pi4j:pi4j-example:1.3")
'com.pi4j:pi4j-example:jar:1.3'
<dependency org="com.pi4j" name="pi4j-example" rev="1.3">
<artifact name="pi4j-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pi4j', module='pi4j-example', version='1.3')
)
libraryDependencies += "com.pi4j" % "pi4j-example" % "1.3"
[com.pi4j/pi4j-example "1.3"]