MVN

one.leftshift.intent-markup : intent-markup

Maven & Gradle

Jan 19, 2022
0 stars

Intent-Markup · Library which purpose is to specify which intents of a digital assistant may be suitable for the autocomplete feature of A.I.O.S

<dependency>
    <groupId>one.leftshift.intent-markup</groupId>
    <artifactId>intent-markup</artifactId>
    <version>0.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of one.leftshift.intent-markup : intent-markup to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.0

All Versions

Choose a version of one.leftshift.intent-markup : intent-markup to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
intent-markup-0.10.0
0.9.x
intent-markup-0.9.0
0.8.x
intent-markup-0.8.0
0.6.x
intent-markup-0.6.0
0.4.x
intent-markup-0.4.0

How to add a dependency to Maven

Add the following one.leftshift.intent-markup : intent-markup maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>one.leftshift.intent-markup</groupId>
    <artifactId>intent-markup</artifactId>
    <version>0.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following one.leftshift.intent-markup : intent-markup gradle dependency to your build.gradle file:

implementation 'one.leftshift.intent-markup:intent-markup:0.10.0'

Gradle Kotlin DSL: Add the following one.leftshift.intent-markup : intent-markup gradle kotlin dependency to your build.gradle.kts file:

implementation("one.leftshift.intent-markup:intent-markup:0.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following one.leftshift.intent-markup : intent-markup sbt scala dependency to your build.sbt file:

libraryDependencies += "one.leftshift.intent-markup" % "intent-markup" % "0.10.0"

Advertisement