MVN

is.tagomor.woothee : woothee-java

Maven & Gradle

Mar 17, 2020
8 usages
55 stars

woothee-java · Woothee Java implementation and Hive UDF

<dependency>
    <groupId>is.tagomor.woothee</groupId>
    <artifactId>woothee-java</artifactId>
    <version>1.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of is.tagomor.woothee : woothee-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.0

All Versions

Choose a version of is.tagomor.woothee : woothee-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
woothee-java-1.11.0
1.10.x
woothee-java-1.10.1
woothee-java-1.10.0
1.9.x
woothee-java-1.9.1
woothee-java-1.9.0
1.8.x
woothee-java-1.8.0
1.7.x
woothee-java-1.7.0
1.5.x
woothee-java-1.5.1
woothee-java-1.5.0
1.4.x
woothee-java-1.4.0
1.3.x
woothee-java-1.3.1
woothee-java-1.3.0
1.2.x
woothee-java-1.2.0
1.0.x
woothee-java-1.0.1
woothee-java-1.0.0

How to add a dependency to Maven

Add the following is.tagomor.woothee : woothee-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>is.tagomor.woothee</groupId>
    <artifactId>woothee-java</artifactId>
    <version>1.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following is.tagomor.woothee : woothee-java gradle dependency to your build.gradle file:

implementation 'is.tagomor.woothee:woothee-java:1.11.0'

Gradle Kotlin DSL: Add the following is.tagomor.woothee : woothee-java gradle kotlin dependency to your build.gradle.kts file:

implementation("is.tagomor.woothee:woothee-java:1.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following is.tagomor.woothee : woothee-java sbt scala dependency to your build.sbt file:

libraryDependencies += "is.tagomor.woothee" % "woothee-java" % "1.11.0"

Advertisement