MVN

ai.libs : hasco

Maven & Gradle

Feb 11, 2020
3 usages
39 stars

HASCO · HASCO is a framework for reducing configuration tasks (e.g. software system configuration or algorithm configuration) into an HTN planning problem. This can then in turn be reduced to a graph search problem that can be solved by any kind of standard graph search algorithm, e.g., breadth-first-search.

<dependency>
    <groupId>ai.libs</groupId>
    <artifactId>hasco</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.libs : hasco to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of ai.libs : hasco to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
hasco-0.2.1
0.1.x
hasco-0.1.6
hasco-0.1.5
hasco-0.1.4
hasco-0.1.3
hasco-0.1.2
hasco-0.1.1
hasco-0.1.0

How to add a dependency to Maven

Add the following ai.libs : hasco maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.libs</groupId>
    <artifactId>hasco</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.libs : hasco gradle dependency to your build.gradle file:

implementation 'ai.libs:hasco:0.2.1'

Gradle Kotlin DSL: Add the following ai.libs : hasco gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.libs:hasco:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.libs : hasco sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.libs" % "hasco" % "0.2.1"

Advertisement