MVN

uk.ac.rdg.resc : edal-ncwms

Maven & Gradle

Feb 17, 2015
31 stars

ncWMS implementation using the EDAL libraries

<dependency>
    <groupId>uk.ac.rdg.resc</groupId>
    <artifactId>edal-ncwms</artifactId>
    <version>0.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.ac.rdg.resc : edal-ncwms to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.3

All Versions

Choose a version of uk.ac.rdg.resc : edal-ncwms to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
edal-ncwms-0.8.0
0.7.x
edal-ncwms-0.7.3
edal-ncwms-0.7.2
edal-ncwms-0.7.1
0.7
edal-ncwms-0.7
0.6.x
edal-ncwms-0.6.3
edal-ncwms-0.6.2
edal-ncwms-0.6.1
0.6
edal-ncwms-0.6
0.5
edal-ncwms-0.5
0.2
edal-ncwms-0.2

How to add a dependency to Maven

Add the following uk.ac.rdg.resc : edal-ncwms maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.ac.rdg.resc</groupId>
    <artifactId>edal-ncwms</artifactId>
    <version>0.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.ac.rdg.resc : edal-ncwms gradle dependency to your build.gradle file:

implementation 'uk.ac.rdg.resc:edal-ncwms:0.7.3'

Gradle Kotlin DSL: Add the following uk.ac.rdg.resc : edal-ncwms gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.ac.rdg.resc:edal-ncwms:0.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.ac.rdg.resc : edal-ncwms sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.ac.rdg.resc" % "edal-ncwms" % "0.7.3"