MVN

org.n52.arctic-sea : shetland-arcgis

Maven & Gradle

Dec 23, 2022
25 stars

52°North Shetland ArcGIS · 52°North ArcGIS Framework

<dependency>
    <groupId>org.n52.arctic-sea</groupId>
    <artifactId>shetland-arcgis</artifactId>
    <version>10.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.n52.arctic-sea : shetland-arcgis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.1.1

All Versions

Choose a version of org.n52.arctic-sea : shetland-arcgis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.1.x
shetland-arcgis-10.1.1
shetland-arcgis-10.1.0
10.0.x
shetland-arcgis-10.0.2
shetland-arcgis-10.0.1
shetland-arcgis-10.0.0
9.9.x
shetland-arcgis-9.9.0

How to add a dependency to Maven

Add the following org.n52.arctic-sea : shetland-arcgis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.n52.arctic-sea</groupId>
    <artifactId>shetland-arcgis</artifactId>
    <version>10.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.n52.arctic-sea : shetland-arcgis gradle dependency to your build.gradle file:

implementation 'org.n52.arctic-sea:shetland-arcgis:10.1.1'

Gradle Kotlin DSL: Add the following org.n52.arctic-sea : shetland-arcgis gradle kotlin dependency to your build.gradle.kts file:

implementation("org.n52.arctic-sea:shetland-arcgis:10.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.n52.arctic-sea : shetland-arcgis sbt scala dependency to your build.sbt file:

libraryDependencies += "org.n52.arctic-sea" % "shetland-arcgis" % "10.1.1"

Advertisement