Skip to content
This repository was archived by the owner on Jul 7, 2020. It is now read-only.

addthis/basis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f43d5c1 · Oct 15, 2018
Jun 19, 2018
Jun 19, 2018
Jun 19, 2018
Jun 19, 2018
Jun 19, 2018
Jul 2, 2015
Oct 25, 2015
Oct 15, 2018
Nov 27, 2013
Jan 12, 2016
Nov 27, 2013
Jun 19, 2018

Repository files navigation

basis

What's this?

basis is the core java utility library for projects at AddThis, both internal and open source.

Building

basis uses Apache Maven which it is beyond the scope to detail. The super simple quick start is:

mvn test

Use

<dependency>
  <groupId>com.addthis</groupId>
  <artifactId>basis</artifactId>
  <version>latest-and-greatest</version>
</dependency>

You can either install locally, or releases will eventually make their way to maven central.

Administrative

Versioning

It's x.y.z where:

  • x: something major happened
  • y: next release
  • z: bug fix only

License

basis is released under the Apache License Version 2.0. See Apache or the LICENSE for details.