Amadou was a precious resource to ancient people, allowing them to start a fire by catching sparks from flint struck against iron pyrites. -- Wikipedia
Add the following to your build.sbt
:
resolvers += Resolver.bintrayRepo("mediative", "maven")
libraryDependencies += "com.mediative" %% "amadou-core" % "0.4.4"
See the TestEtl job to get an idea of what the library provides.
This library is built with sbt, which needs to be installed. Run the following command from the project root, to build and run all test:
$ sbt test
See CONTRIBUTING.md for how to contribute.
To release version x.y.z
run:
$ sbt -Dversion=x.y.z release
This will run the tests, create a tag and publishing JARs and API docs.
Copyright 2017 Mediative
Licensed under the Apache License, Version 2.0. See LICENSE file for terms and conditions for use, reproduction, and distribution.