You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-12Lines changed: 4 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,6 @@
2
2
3
3
Clarity is a parser for Dota 2 replay files written in Java.
4
4
5
-
Version 2 offers a new event based interface to replay data, which will make usage much easier and more versatile for you.
6
-
7
-
##### News
8
-
9
-
Dota 2 Reborn is now the main client - and Clarity 2.1-SNAPSHOT is able to process all contents from new replays.
10
-
Even console recorded replays now work.
11
-
I will wait a bit until the dust settles, and then release this.
12
-
13
5
# Replay Data
14
6
15
7
clarity produces the following data you might be interested in from a replay. Choose from:
@@ -33,16 +25,16 @@ clarity produces the following data you might be interested in from a replay. Ch
33
25
34
26
# Usage
35
27
36
-
Fetch the current stable version (2.0) from Maven Central with
28
+
Fetch the current stable version (2.1) from Maven Central with
37
29
```XML
38
30
<dependency>
39
31
<groupId>com.skadistats</groupId>
40
32
<artifactId>clarity</artifactId>
41
-
<version>2.0</version>
33
+
<version>2.1</version>
42
34
</dependency>
43
35
```
44
36
45
-
Clarity 2.1 is work in progress and only available as a snapshot, so you got to add a pointer to the
37
+
Clarity 2.2 is work in progress and only available as a snapshot, so you got to add a pointer to the
46
38
repository to your pom.xml (see the [pom.xml of clarity-examples](https://github.com/skadistats/clarity-examples/blob/master/pom.xml), which already does that)
47
39
48
40
To add the snapshot repository, add the following:
@@ -67,7 +59,7 @@ and then fetch the dependency with:
0 commit comments