MVN

com.github.trickl : language

Maven & Gradle

Dec 07, 2022
0 stars

Trickl Language · Utility functions for dealing with natural language

<dependency>
    <groupId>com.github.trickl</groupId>
    <artifactId>language</artifactId>
    <version>untagged-75720286b3c83744b81e</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.trickl : language to add to Maven or Gradle - Latest Versions:

  • Latest Stable: untagged-75720286b3c83744b81e

All Versions

Choose a version of com.github.trickl : language to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
language-0.1.1
untagged
language-untagged-75720286b3c83744b81e
language-untagged-c098528e2d1d610f7746
language-untagged-1f3b18823badc64f7fc0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.trickl</groupId>
    <artifactId>language</artifactId>
    <version>untagged-75720286b3c83744b81e</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.trickl : language gradle dependency to your build.gradle file:

implementation 'com.github.trickl:language:untagged-75720286b3c83744b81e'

Gradle Kotlin DSL: Add the following com.github.trickl : language gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.trickl:language:untagged-75720286b3c83744b81e")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.trickl : language sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.trickl" % "language" % "untagged-75720286b3c83744b81e"

Advertisement