w

wod-ascii-model

Classes that model the WOD ASCII format
https://github.com/CI-CMG/wod-ascii-model
MIT License
CIRES Coastal and Marine Geophysics / Marine Geology and Geophysics Developers
Files download
File Operation
wod-ascii-model-0.1.0.jar download
wod-ascii-model-0.1.0.pom download
wod-ascii-model-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ci-cmg.wod</groupId>
  <artifactId>wod-ascii-model</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.ci-cmg.wod:wod-ascii-model:0.1.0'
Gradle Kotlin
implementation("io.github.ci-cmg.wod:wod-ascii-model:0.1.0")
Scala SBT
libraryDependencies += "io.github.ci-cmg.wod" % "wod-ascii-model" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ci-cmg.wod', module='wod-ascii-model', version='0.1.0')
)
Apache Ivy
<dependency org="io.github.ci-cmg.wod" name="wod-ascii-model" rev="0.1.0" />
Leiningen
[io.github.ci-cmg.wod/wod-ascii-model "0.1.0"]
Apache Buildr
'io.github.ci-cmg.wod:wod-ascii-model:jar:0.1.0'