is not current version
Last Version 0.11.0

net.sf.marineapi:marineapi 0.5.1

Java Marine API is an NMEA 0183 library for Java 1.5 and newer. The goal of the project is to enable easy access to data provided by electronic marine instruments such as GPS, sonar or autopilot. Detects and reads NMEA sentences from any input stream, e.g. from file, serial port, tcp/ip socket etc. Interfaces and parsers for selected sentences are provided and you can also integrate your own parsers by extending the base parser. See project web or files section for more info, javadocs and examples.

Categories

Categories

Net
GroupId

GroupId

net.sf.marineapi
ArtifactId

ArtifactId

marineapi
Version

Version

0.5.1
Type

Type

jar

Download marineapi 0.5.1


<!-- https://jarcasting.com/artifacts/net.sf.marineapi/marineapi/ -->
<dependency>
    <groupId>net.sf.marineapi</groupId>
    <artifactId>marineapi</artifactId>
    <version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.marineapi/marineapi/
implementation 'net.sf.marineapi:marineapi:0.5.1'
// https://jarcasting.com/artifacts/net.sf.marineapi/marineapi/
implementation ("net.sf.marineapi:marineapi:0.5.1")
'net.sf.marineapi:marineapi:jar:0.5.1'
<dependency org="net.sf.marineapi" name="marineapi" rev="0.5.1">
  <artifact name="marineapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.marineapi', module='marineapi', version='0.5.1')
)
libraryDependencies += "net.sf.marineapi" % "marineapi" % "0.5.1"
[net.sf.marineapi/marineapi "0.5.1"]