basis

AddThis core java classes

License

License

GroupId

GroupId

com.addthis
ArtifactId

ArtifactId

basis
Last Version

Last Version

3.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

basis
AddThis core java classes
Project URL

Project URL

https://github.com/addthis/basis
Project Organization

Project Organization

AddThis
Source Code Management

Source Code Management

https://github.com/addthis/basis

Download basis

How to add to project

<!-- https://jarcasting.com/artifacts/com.addthis/basis/ -->
<dependency>
    <groupId>com.addthis</groupId>
    <artifactId>basis</artifactId>
    <version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.addthis/basis/
implementation 'com.addthis:basis:3.0.4'
// https://jarcasting.com/artifacts/com.addthis/basis/
implementation ("com.addthis:basis:3.0.4")
'com.addthis:basis:jar:3.0.4'
<dependency org="com.addthis" name="basis" rev="3.0.4">
  <artifact name="basis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addthis', module='basis', version='3.0.4')
)
libraryDependencies += "com.addthis" % "basis" % "3.0.4"
[com.addthis/basis "3.0.4"]

Dependencies

compile (9)

Group / Artifact Type Version
com.google.guava : guava jar 17.0
com.fasterxml.jackson.core : jackson-core jar 2.4.4
com.fasterxml.jackson.core : jackson-databind jar 2.4.4
org.apache.httpcomponents : httpclient jar 4.4.1
joda-time : joda-time jar 2.5
com.google.code.findbugs : jsr305 jar 2.0.3
io.netty : netty-buffer jar 4.0.28.Final
junit : junit Optional jar 4.11
org.slf4j : slf4j-api jar 1.7.7

test (1)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.7

Project Modules

There are no modules declared in this project.

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.

com.addthis

AddThis

Versions

Version
3.0.4
3.0.1
3.0.0
2.3.2
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0