MVN

com.clivern : wit-java

Maven & Gradle

Feb 28, 2018
11 stars

wit-java · A Java Library For Wit.ai

<dependency>
    <groupId>com.clivern</groupId>
    <artifactId>wit-java</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.clivern : wit-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.clivern : wit-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
wit-java-1.0.0

How to add a dependency to Maven

Add the following com.clivern : wit-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.clivern</groupId>
    <artifactId>wit-java</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.clivern : wit-java gradle dependency to your build.gradle file:

implementation 'com.clivern:wit-java:1.0.0'

Gradle Kotlin DSL: Add the following com.clivern : wit-java gradle kotlin dependency to your build.gradle.kts file:

implementation("com.clivern:wit-java:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.clivern : wit-java sbt scala dependency to your build.sbt file:

libraryDependencies += "com.clivern" % "wit-java" % "1.0.0"

Advertisement

Dependencies from Group

Aug 12, 2019
18 stars
Oct 05, 2017
0 stars
Feb 17, 2018
1 stars
Feb 28, 2018
11 stars
Oct 20, 2019
0 stars

Discover Dependencies