com.addthis.basis:basis-kafka8

AddThis core java classes

License

License

GroupId

GroupId

com.addthis.basis
ArtifactId

ArtifactId

basis-kafka8
Last Version

Last Version

4.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

AddThis core java classes
Project Organization

Project Organization

AddThis

Download basis-kafka8

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
com.google.guava : guava jar 19.0
io.dropwizard.metrics : metrics-core jar 3.1.2
org.apache.kafka : kafka_2.10 jar 0.8.2.2
javax.validation : validation-api jar 1.1.0.Final
org.slf4j : slf4j-api jar 1.7.25

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

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.basis

AddThis

Versions

Version
4.3.1
4.3.0
4.2.0
4.1.0