MVN

org.febit.wit : wit-core

Maven & Gradle

Jun 11, 2019
6 usages
49 stars

wit-core

<dependency>
    <groupId>org.febit.wit</groupId>
    <artifactId>wit-core</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.febit.wit : wit-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.0
  • Latest Beta: 2.7.0-beta

All Versions

Choose a version of org.febit.wit : wit-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
wit-core-2.7.0-beta
2.6.x
wit-core-2.6.0
2.5.x
wit-core-2.5.0-beta
2.4.x
wit-core-2.4.0-beta
2.3.x
wit-core-2.3.0-beta
2.2.x
wit-core-2.2.0-beta
2.1.x
wit-core-2.1.0-beta
2.0.x
wit-core-2.0.0-beta

How to add a dependency to Maven

Add the following org.febit.wit : wit-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.febit.wit</groupId>
    <artifactId>wit-core</artifactId>
    <version>2.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.febit.wit : wit-core gradle dependency to your build.gradle file:

implementation 'org.febit.wit:wit-core:2.6.0'

Gradle Kotlin DSL: Add the following org.febit.wit : wit-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.febit.wit:wit-core:2.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.febit.wit : wit-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.febit.wit" % "wit-core" % "2.6.0"

Advertisement