is not current version
Last Version 1.5.2

uk.ac.rdg.resc:edal 0.6.1

EDAL (Environmental Data Abstraction Library) is a set of Java libararies that provide a consistent means for accessing and manipulating environmental data. The core concepts are based on the standards-compliant data model of the Climate Science Modelling Language.

GroupId

GroupId

uk.ac.rdg.resc
ArtifactId

ArtifactId

edal
Version

Version

0.6.1
Type

Type

pom

Download edal 0.6.1

Filename Size
edal-0.6.1.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/uk.ac.rdg.resc/edal/ -->
<dependency>
    <groupId>uk.ac.rdg.resc</groupId>
    <artifactId>edal</artifactId>
    <version>0.6.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.rdg.resc/edal/
implementation 'uk.ac.rdg.resc:edal:0.6.1'
// https://jarcasting.com/artifacts/uk.ac.rdg.resc/edal/
implementation ("uk.ac.rdg.resc:edal:0.6.1")
'uk.ac.rdg.resc:edal:pom:0.6.1'
<dependency org="uk.ac.rdg.resc" name="edal" rev="0.6.1">
  <artifact name="edal" type="pom" />
</dependency>
@Grapes(
@Grab(group='uk.ac.rdg.resc', module='edal', version='0.6.1')
)
libraryDependencies += "uk.ac.rdg.resc" % "edal" % "0.6.1"
[uk.ac.rdg.resc/edal "0.6.1"]