MVN

de.viadee.xai.anchor : algorithm

Maven & Gradle

Jul 29, 2019
1 usages
16 stars

AnchorJ-Algorithm · Java application implementing the Anchors algorithm (https://github.com/marcotcr/anchor) efficiently, in order to explain the underlying rules in machine learning models.

<dependency>
    <groupId>de.viadee.xai.anchor</groupId>
    <artifactId>algorithm</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.viadee.xai.anchor : algorithm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of de.viadee.xai.anchor : algorithm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
algorithm-1.0.2
algorithm-1.0.1
algorithm-1.0.0

How to add a dependency to Maven

Add the following de.viadee.xai.anchor : algorithm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.viadee.xai.anchor</groupId>
    <artifactId>algorithm</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.viadee.xai.anchor : algorithm gradle dependency to your build.gradle file:

implementation 'de.viadee.xai.anchor:algorithm:1.0.2'

Gradle Kotlin DSL: Add the following de.viadee.xai.anchor : algorithm gradle kotlin dependency to your build.gradle.kts file:

implementation("de.viadee.xai.anchor:algorithm:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.viadee.xai.anchor : algorithm sbt scala dependency to your build.sbt file:

libraryDependencies += "de.viadee.xai.anchor" % "algorithm" % "1.0.2"

Advertisement