License |
License |
---|---|
GroupId | GroupIdorg.openimaj.hardware |
ArtifactId | ArtifactIdgps-reader |
Version | Version1.3.10 |
Type | Typejar |
Description |
DescriptionOpenIMAJ Groovy GPS Reader
Interface to GPS devices that support the NMEA protocol.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
gps-reader-1.3.10.pom | |
gps-reader-1.3.10.jar | 5 KB |
gps-reader-1.3.10-sources.jar | 2 KB |
gps-reader-1.3.10-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj.hardware/gps-reader/ -->
<dependency>
<groupId>org.openimaj.hardware</groupId>
<artifactId>gps-reader</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj.hardware/gps-reader/
implementation 'org.openimaj.hardware:gps-reader:1.3.10'
// https://jarcasting.com/artifacts/org.openimaj.hardware/gps-reader/
implementation ("org.openimaj.hardware:gps-reader:1.3.10")
'org.openimaj.hardware:gps-reader:jar:1.3.10'
<dependency org="org.openimaj.hardware" name="gps-reader" rev="1.3.10">
<artifact name="gps-reader" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj.hardware', module='gps-reader', version='1.3.10')
)
libraryDependencies += "org.openimaj.hardware" % "gps-reader" % "1.3.10"
[org.openimaj.hardware/gps-reader "1.3.10"]
Group / Artifact | Type | Version |
---|---|---|
org.openimaj.hardware : nmea-parser | jar | 1.3.10 |
org.rxtx : rxtx | jar | 2.2pre2 |
org.rxtx » rxtx-native | jar | 2.2pre2 |
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 |