MVN

io.github.agentsoz : jill

Maven & Gradle

Jan 29, 2019
5 usages
5 stars

Jill cognitive agents (Core)

<dependency>
    <groupId>io.github.agentsoz</groupId>
    <artifactId>jill</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.agentsoz : jill to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0

All Versions

Choose a version of io.github.agentsoz : jill to add to Maven or Gradle - All Versions:

  • Version Updated
  • jill-0.4.0

    Jan 29, 2019
  • jill-0.3.4

    Mar 25, 2018
  • jill-0.3.3

    Jan 11, 2018
  • jill-0.3.2

    Mar 24, 2017
  • jill-0.3.1

    Aug 19, 2016
  • jill-0.3.0

    Sep 11, 2015

How to add a dependency to Maven

Add the following io.github.agentsoz : jill maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.agentsoz</groupId>
    <artifactId>jill</artifactId>
    <version>0.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.agentsoz : jill gradle dependency to your build.gradle file:

implementation 'io.github.agentsoz:jill:0.4.0'

Gradle Kotlin DSL: Add the following io.github.agentsoz : jill gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.agentsoz:jill:0.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.agentsoz : jill sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.agentsoz" % "jill" % "0.4.0"

Advertisement