Skip to content

Commit 49ffc20

Browse files
author
Olcay Taner YILDIZ
committed
Merge remote-tracking branch 'origin/master'
2 parents f7728b2 + 5b6ee7c commit 49ffc20

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# DataStructure
2+
23
For Developers
34
============
4-
You can also see either [Python](https://github.com/olcaytaner/DataStructure-Py)
5-
or [C++](https://github.com/olcaytaner/DataStructure-CPP) repository.
5+
You can also see [Python](https://github.com/olcaytaner/DataStructure-Py), [C++](https://github.com/olcaytaner/DataStructure-CPP), or [C#](https://github.com/olcaytaner/DataStructure-CS) repository.
6+
67
## Requirements
78

89
* [Java Development Kit 8 or higher](#java), Open JDK or Oracle JDK
@@ -76,12 +77,11 @@ Use below line to generate jar file:
7677

7778
## Maven Usage
7879

79-
<dependency>
80-
<groupId>NlpToolkit</groupId>
81-
<artifactId>DataStructure</artifactId>
82-
<version>1.0.1</version>
83-
</dependency>
84-
80+
<dependency>
81+
<groupId>io.github.starlangsoftware</groupId>
82+
<artifactId>DataStructure</artifactId>
83+
<version>1.0.2</version>
84+
</dependency>
8585

8686
------------------------------------------------
8787

0 commit comments

Comments
 (0)