License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.marineapi |
ArtifactId | ArtifactIdmarineapi |
Last Version | Last Version0.11.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Marine API
Java Marine API is an NMEA 0183 library for Java
(http://ktuukkan.github.io/marine-api/).
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
marineapi-0.11.0.pom | |
marineapi-0.11.0.jar | 141 KB |
marineapi-0.11.0-sources.jar | 167 KB |
marineapi-0.11.0-javadoc.jar | 423 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.marineapi/marineapi/ -->
<dependency>
<groupId>net.sf.marineapi</groupId>
<artifactId>marineapi</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.marineapi/marineapi/
implementation 'net.sf.marineapi:marineapi:0.11.0'
// https://jarcasting.com/artifacts/net.sf.marineapi/marineapi/
implementation ("net.sf.marineapi:marineapi:0.11.0")
'net.sf.marineapi:marineapi:jar:0.11.0'
<dependency org="net.sf.marineapi" name="marineapi" rev="0.11.0">
<artifact name="marineapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.marineapi', module='marineapi', version='0.11.0')
)
libraryDependencies += "net.sf.marineapi" % "marineapi" % "0.11.0"
[net.sf.marineapi/marineapi "0.11.0"]
Group / Artifact | Type | Version |
---|---|---|
com.neuronrobotics : nrjavaserial | jar | 3.14.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |