MVN

com.rasterfoundry : akkautil_2.12

Maven & Gradle

Jul 29, 2021
1 usages
137 stars

akkautil · A platform to find, combine and analyze earth imagery at any scale.

<dependency>
    <groupId>com.rasterfoundry</groupId>
    <artifactId>akkautil_2.12</artifactId>
    <version>1.66.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rasterfoundry : akkautil_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.66.2

All Versions

Choose a version of com.rasterfoundry : akkautil_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.66.x
akkautil_2.12-1.66.2
akkautil_2.12-1.66.1
akkautil_2.12-1.66.0
1.65.x
akkautil_2.12-1.65.0
1.64.x
akkautil_2.12-1.64.3
akkautil_2.12-1.64.2
akkautil_2.12-1.64.1
akkautil_2.12-1.64.0
1.63.x
akkautil_2.12-1.63.0
1.62.x
akkautil_2.12-1.62.1
akkautil_2.12-1.62.0
1.61.x
akkautil_2.12-1.61.2
akkautil_2.12-1.61.1
akkautil_2.12-1.61.0
1.60.x
akkautil_2.12-1.60.0
1.59.x
akkautil_2.12-1.59.0
1.58.x
akkautil_2.12-1.58.0
1.57.x
akkautil_2.12-1.57.0
1.56.x
akkautil_2.12-1.56.0
1.55.x
akkautil_2.12-1.55.0
1.54.x
akkautil_2.12-1.54.0
1.53.x
akkautil_2.12-1.53.0
1.52.x
akkautil_2.12-1.52.2
akkautil_2.12-1.52.1
akkautil_2.12-1.52.0
1.51.x
akkautil_2.12-1.51.0
1.50.x
akkautil_2.12-1.50.0
1.49.x
akkautil_2.12-1.49.0
1.48.x
akkautil_2.12-1.48.0
1.47.x
akkautil_2.12-1.47.0
1.46.x
akkautil_2.12-1.46.1
akkautil_2.12-1.46.0
1.45.x
akkautil_2.12-1.45.0
1.44.x
akkautil_2.12-1.44.2
akkautil_2.12-1.44.1
akkautil_2.12-1.44.0
1.42.x
akkautil_2.12-1.42.0
1.41.x
akkautil_2.12-1.41.0
1.40.x
akkautil_2.12-1.40.3
akkautil_2.12-1.40.2
akkautil_2.12-1.40.1
akkautil_2.12-1.40.0
1.39.x
akkautil_2.12-1.39.0
1.38.x
akkautil_2.12-1.38.1
akkautil_2.12-1.38.0
1.37.x
akkautil_2.12-1.37.0
1.36.x
akkautil_2.12-1.36.0
1.35.x
akkautil_2.12-1.35.0
1.34.x
akkautil_2.12-1.34.0
1.33.x
akkautil_2.12-1.33.0
1.32.x
akkautil_2.12-1.32.1
akkautil_2.12-1.32.0
1.31.x
akkautil_2.12-1.31.0
1.30.x
akkautil_2.12-1.30.0
1.29.x
akkautil_2.12-1.29.1
akkautil_2.12-1.29.0
1.26.x
akkautil_2.12-1.26.0
1.25.x
akkautil_2.12-1.25.1
akkautil_2.12-1.25.0
1.24.x
akkautil_2.12-1.24.0
1.23.x
akkautil_2.12-1.23.0
1.22.x
akkautil_2.12-1.22.0
1.21.x
akkautil_2.12-1.21.3
akkautil_2.12-1.21.2
akkautil_2.12-1.21.1
akkautil_2.12-1.21.0

How to add a dependency to Maven

Add the following com.rasterfoundry : akkautil_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rasterfoundry</groupId>
    <artifactId>akkautil_2.12</artifactId>
    <version>1.66.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rasterfoundry : akkautil_2.12 gradle dependency to your build.gradle file:

implementation 'com.rasterfoundry:akkautil_2.12:1.66.2'

Gradle Kotlin DSL: Add the following com.rasterfoundry : akkautil_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rasterfoundry:akkautil_2.12:1.66.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rasterfoundry : akkautil_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rasterfoundry" % "akkautil_2.12" % "1.66.2"

Advertisement