License |
License |
---|---|
GroupId | GroupIdorg.openimaj.hardware |
ArtifactId | ArtifactIdcompass |
Last Version | Last Version1.3.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDriver for OceanServer Serial Compass
Interface to an OceanServer OS5000 digital compass.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
compass-1.3.10.pom | |
compass-1.3.10.jar | 6 KB |
compass-1.3.10-sources.jar | 5 KB |
compass-1.3.10-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj.hardware/compass/ -->
<dependency>
<groupId>org.openimaj.hardware</groupId>
<artifactId>compass</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj.hardware/compass/
implementation 'org.openimaj.hardware:compass:1.3.10'
// https://jarcasting.com/artifacts/org.openimaj.hardware/compass/
implementation ("org.openimaj.hardware:compass:1.3.10")
'org.openimaj.hardware:compass:jar:1.3.10'
<dependency org="org.openimaj.hardware" name="compass" rev="1.3.10">
<artifact name="compass" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj.hardware', module='compass', version='1.3.10')
)
libraryDependencies += "org.openimaj.hardware" % "compass" % "1.3.10"
[org.openimaj.hardware/compass "1.3.10"]
Group / Artifact | Type | Version |
---|---|---|
org.openimaj.hardware : serial-driver | jar | 1.3.10 |
joda-time : joda-time | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |