Agorava Core

Java API to ease the use of social media

License

License

GroupId

GroupId

org.agorava
ArtifactId

ArtifactId

agorava-core-parent
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Agorava Core
Java API to ease the use of social media
Project URL

Project URL

http://www.agorava.org
Source Code Management

Source Code Management

https://github.com/agorava/agorava-core

Download agorava-core-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • agorava-core-api
  • agorava-core-impl
  • agorava-core-impl-cdi
  • agorava-picketlink

Agorava Core

CircleCI Maven Central License

Introduction

Agorava Provides CDI Beans and extensions to interact with major social media (SM).

Agorava core contains SN independent services like

  • OAuth connectors to authenticate with an OAuth providers
  • Support for generic Authentication and user profile
  • Support for multi-account (multi SM and multi session for the same SM)

Core also contains provides implementations for these service. The only implementation is based on CDI right now.

CDI implementation

It is independent of CDI implementation and fully portable between Java EE 8 and Servlet environments enhanced with CDI. It can be also used with CDI in JSE (desktop application).

For more information, see the Agorava Website.

Building

Agorava core relies on Agorava Parent

It requires Apache Maven (available from http://maven.apache.org/) Version 3.0.3 or later to build. You'll need to launch the following command in the root of the project

mvn clean install
org.agorava

Agorava

Agorava is the missing Java framework to deal with Social Media and similar APIs based on OAuth 1.0a, OAuth 2.0 and Java Security standards

Versions

Version
1.0.0
0.7.0
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0