Skip to content

Commit 49de65e

Browse files
authored
Merge pull request #19 from zoho/hawking_dev
Hawking README.md updated
2 parents 58e0c92 + b4c9d5c commit 49de65e

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<p align="center"><strong>A natural language date parser written in Java</strong></p>
33
<p align="center">
44
<a href="#about">About</a> •
5-
<a href="#build-instructions">Build Instructions</a> •
65
<a href="#key-features">Key Features</a> •
76
<a href="#configurations">Configurations</a>
87
<br> <br>
@@ -35,23 +34,8 @@ Check out the Demo file:
3534
[```HawkingDemo```](https://github.com/zoho/hawking/tree/master/src/main/java/com/zoho/hawking/HawkingDemo.java)
3635

3736
### Releases
38-
Release [v0.1.1](https://github.com/zoho/hawking/releases/tag/0.1.1) is the latest release.
37+
Hawking date time parser releases are available in the [Maven Central repository](https://mvnrepository.com/artifact/com.zoho/hawking)
3938

40-
Available in the [Maven Central repository](https://mvnrepository.com/artifact/com.zoho/hawking/0.1.1)
41-
42-
**Maven configuration:**
43-
```xml
44-
<dependency>
45-
<groupId>com.zoho</groupId>
46-
<artifactId>hawking</artifactId>
47-
<version>0.1.1</version>
48-
</dependency>
49-
```
50-
51-
**Gradle configuration:**
52-
```groovy
53-
compile 'com.zoho:hawking:0.1.1'
54-
```
5539

5640
#### Models
5741
The models used in Hawking Time Parser in the latest code are listed below.

0 commit comments

Comments
 (0)