-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathREADME
More file actions
41 lines (29 loc) · 1017 Bytes
/
README
File metadata and controls
41 lines (29 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
CasperDatasets: a concise dataset framework in Java
Welcome to the CasperDatasets project.
Whether you are interested in using CasperDatasets or are interested in contributing to the project,
please go to the project wiki for more information about the framework.
To report problems / issues / bugs, please utilize the Issues page.
To use with maven add the following repository:
<repository>
<id>casper-repo</id>
<url>https://raw.github.com/casperds/casperdatasets/master/repo/releases/</url>
</repository>
Then you can use the latest artifacts:
<dependency>
<groupId>net.casper</groupId>
<artifactId>casperdatasets</artifactId>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>net.casper</groupId>
<artifactId>casperdatasets-io</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>net.casper</groupId>
<artifactId>casperdatasets-ext</artifactId>
<version>2.2.0</version>
</dependency>
Project Owners:
Jonathan Liang
Oliver Mannion