MVN

net.algart.executors : scichains-maps

Maven & Gradle

Dec 27, 2023
0 stars

SciChains maps (image pyramids) · Open-source libraries, providing the base functions for SciChains product in area of computer vision.

<dependency>
    <groupId>net.algart.executors</groupId>
    <artifactId>scichains-maps</artifactId>
    <version>4.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.algart.executors : scichains-maps to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.5

All Versions

Choose a version of net.algart.executors : scichains-maps to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
scichains-maps-4.3.5
scichains-maps-4.3.4

How to add a dependency to Maven

Add the following net.algart.executors : scichains-maps maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.algart.executors</groupId>
    <artifactId>scichains-maps</artifactId>
    <version>4.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.algart.executors : scichains-maps gradle dependency to your build.gradle file:

implementation 'net.algart.executors:scichains-maps:4.3.5'

Gradle Kotlin DSL: Add the following net.algart.executors : scichains-maps gradle kotlin dependency to your build.gradle.kts file:

implementation("net.algart.executors:scichains-maps:4.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.algart.executors : scichains-maps sbt scala dependency to your build.sbt file:

libraryDependencies += "net.algart.executors" % "scichains-maps" % "4.3.5"