MVN

com.gracefulcode : ai

Maven & Gradle

Mar 16, 2019

Graceful AI · AI libraries dealing primarily with Goal Oriented Action Planning

<dependency>
    <groupId>com.gracefulcode</groupId>
    <artifactId>ai</artifactId>
    <version>0.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gracefulcode : ai to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.7

All Versions

Choose a version of com.gracefulcode : ai to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
ai-0.1.7
ai-0.1.6
ai-0.1.5
ai-0.1.4
ai-0.1.3
ai-0.1.2
ai-0.1.1
ai-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gracefulcode</groupId>
    <artifactId>ai</artifactId>
    <version>0.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gracefulcode : ai gradle dependency to your build.gradle file:

implementation 'com.gracefulcode:ai:0.1.7'

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

implementation("com.gracefulcode:ai:0.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gracefulcode : ai sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gracefulcode" % "ai" % "0.1.7"