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