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