File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 2
2
<p align =" center " ><strong >A natural language date parser written in Java</strong ></p >
3
3
<p align =" center " >
4
4
<a href="#about">About</a> •
5
- <a href="#build-instructions">Build Instructions</a> •
6
5
<a href="#key-features">Key Features</a> •
7
6
<a href="#configurations">Configurations</a>
8
7
<br> <br>
@@ -35,23 +34,8 @@ Check out the Demo file:
35
34
[ ``` HawkingDemo ``` ] ( https://github.com/zoho/hawking/tree/master/src/main/java/com/zoho/hawking/HawkingDemo.java )
36
35
37
36
### 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 )
39
38
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
- ```
55
39
56
40
#### Models
57
41
The models used in Hawking Time Parser in the latest code are listed below.
You can’t perform that action at this time.
0 commit comments