is not current version
Last Version 0.1.5

com.zoho:hawking 0.1.1

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

GroupId

GroupId

com.zoho
ArtifactId

ArtifactId

hawking
Version

Version

0.1.1
Type

Type

jar

Download hawking 0.1.1


<!-- https://jarcasting.com/artifacts/com.zoho/hawking/ -->
<dependency>
    <groupId>com.zoho</groupId>
    <artifactId>hawking</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zoho/hawking/
implementation 'com.zoho:hawking:0.1.1'
// https://jarcasting.com/artifacts/com.zoho/hawking/
implementation ("com.zoho:hawking:0.1.1")
'com.zoho:hawking:jar:0.1.1'
<dependency org="com.zoho" name="hawking" rev="0.1.1">
  <artifact name="hawking" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zoho', module='hawking', version='0.1.1')
)
libraryDependencies += "com.zoho" % "hawking" % "0.1.1"
[com.zoho/hawking "0.1.1"]