MVN

com.zoho : hawking

Maven & Gradle

Oct 31, 2022
205 stars

Hawking · Hawking is a natural language date time parser that extracts date and time from text with context and parse to the required format.

<dependency>
    <groupId>com.zoho</groupId>
    <artifactId>hawking</artifactId>
    <version>0.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zoho : hawking to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.7
  • Latest Release Candidate: 0.1.0-rc1

All Versions

Choose a version of com.zoho : hawking to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
hawking-0.1.7
hawking-0.1.6
hawking-0.1.5
hawking-0.1.4
hawking-0.1.3
hawking-0.1.2
hawking-0.1.1
hawking-0.1.0
hawking-0.1.0-rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.zoho</groupId>
    <artifactId>hawking</artifactId>
    <version>0.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zoho : hawking gradle dependency to your build.gradle file:

implementation 'com.zoho:hawking:0.1.7'

Gradle Kotlin DSL: Add the following com.zoho : hawking gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zoho:hawking:0.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zoho : hawking sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zoho" % "hawking" % "0.1.7"

Advertisement