| License |
License |
|---|---|
| GroupId | GroupIdde.pi3g.pi |
| ArtifactId | ArtifactIdpi-oled |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPi OLED Display
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pi-oled-1.2.pom | |
| pi-oled-1.2.jar | 12 KB |
| pi-oled-1.2-sources.jar | 7 KB |
| pi-oled-1.2-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.pi3g.pi/pi-oled/ -->
<dependency>
<groupId>de.pi3g.pi</groupId>
<artifactId>pi-oled</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.pi3g.pi/pi-oled/
implementation 'de.pi3g.pi:pi-oled:1.2'
// https://jarcasting.com/artifacts/de.pi3g.pi/pi-oled/
implementation ("de.pi3g.pi:pi-oled:1.2")
'de.pi3g.pi:pi-oled:jar:1.2'
<dependency org="de.pi3g.pi" name="pi-oled" rev="1.2">
<artifact name="pi-oled" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.pi3g.pi', module='pi-oled', version='1.2')
)
libraryDependencies += "de.pi3g.pi" % "pi-oled" % "1.2"
[de.pi3g.pi/pi-oled "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.pi4j : pi4j-core | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |