forked from casperds/casperdatasets
-
Notifications
You must be signed in to change notification settings - Fork 0
CasperDatasets is a concise dataset modeling framework written in java. CasperDatasets was initially written in 2007, was added to the google code repository in 2009 (licensed under LGPL), and moved to github in Sept 2012.
jcrowder/casperdatasets
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
About
CasperDatasets is a concise dataset modeling framework written in java. CasperDatasets was initially written in 2007, was added to the google code repository in 2009 (licensed under LGPL), and moved to github in Sept 2012.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- HTML 87.6%
- Java 11.2%
- CSS 1.2%