Last Version

Playlyfe Java SDK 0.1.0

This is the official OAuth 2.0 Java client SDK for the Playlyfe API. It supports the client_credentials and authorization code OAuth 2.0 flows.

License

License

GroupId

GroupId

com.playlyfe
ArtifactId

ArtifactId

sdk
Version

Version

0.1.0
Type

Type

jar
Description

Description

Playlyfe Java SDK
This is the official OAuth 2.0 Java client SDK for the Playlyfe API. It supports the client_credentials and authorization code OAuth 2.0 flows.
Project URL

Project URL

https://github.com/playlyfe/playlyfe-java-sdk
Source Code Management

Source Code Management

https://github.com/playlyfe/playlyfe-java-sdk

Download sdk 0.1.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.3.5
com.google.code.gson : gson jar 2.3
com.sparkjava : spark-core jar 1.1.1

Project Modules

There are no modules declared in this project.