MVN

com.algorithmia : algorithm-handler

Maven & Gradle

Nov 02, 2021
1 stars

algorithm-handler · algorithm-handler

<dependency>
    <groupId>com.algorithmia</groupId>
    <artifactId>algorithm-handler</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.algorithmia : algorithm-handler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2
  • Latest Release Candidate: 1.2.1.rc3

All Versions

Choose a version of com.algorithmia : algorithm-handler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
algorithm-handler-2.0.2
algorithm-handler-2.0.1
algorithm-handler-2.0.0
algorithm-handler-2.0.0.rc1
1.2.x
algorithm-handler-1.2.1
algorithm-handler-1.2.1.rc3
algorithm-handler-1.2.1.rc2
algorithm-handler-1.2.0
1.1.x
algorithm-handler-1.1.0.rc2
algorithm-handler-1.1.0
1.0.x
algorithm-handler-1.0.0

How to add a dependency to Maven

Add the following com.algorithmia : algorithm-handler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.algorithmia</groupId>
    <artifactId>algorithm-handler</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.algorithmia : algorithm-handler gradle dependency to your build.gradle file:

implementation 'com.algorithmia:algorithm-handler:2.0.2'

Gradle Kotlin DSL: Add the following com.algorithmia : algorithm-handler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.algorithmia:algorithm-handler:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.algorithmia : algorithm-handler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.algorithmia" % "algorithm-handler" % "2.0.2"

Advertisement