Claymore

Description

Claymore is a set of core libraries which are often used in our Java projects. We wanted to make some of them open source in the hope that others might find them useful. The provided APIs are complementary to the native Java libraries, for example by adding support for DataFrames, readers/writers for CSV-files, a parser for command line arguments, and more.

This software is free and open source. You can use it in any way you like. The source code and developer documentation are hosted on GitHub. 

Release4.0.3LinksSource CodeDocumentationAPI DocsLicenseApache License Version 2

Getting Started

Claymore is available on the Maven central repository. In order to use Claymore in your project just add the appropriate dependency information to your build system. Of course you can also download and add all JARs manually. Please see the documentation of your IDE on how to add external JARs to your build path. Make sure to include sources and javadocs when adding Claymore manually to your build.

Group ID: com.raven-computing

Artifact ID: claymore

Version: 4.0.3