Yamba Client Lib

Companion library for NewCircle Android Bootcamp

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.newcircle
ArtifactId

ArtifactId

yamba-client
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

aar
Description

Description

Yamba Client Lib
Companion library for NewCircle Android Bootcamp
Project URL

Project URL

https://github.com/thenewcircle/yambaclientlib
Source Code Management

Source Code Management

https://github.com/thenewcircle/yambaclientlib

Download yamba-client

How to add to project

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

Dependencies

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

Project Modules

There are no modules declared in this project.

About This Project

Simple client for the Twitter protocol

Usage

The yamba-client module can be included into another Gradle-based Android application project as a library. Additionally, this module can be compiled directly into a JAR/AAR for distribution:

$ gradlew assembleRelease
## then ##
$ cp yamba-client/build/intermediates/bundles/release/classes.jar ./yambaclientlib.jar
## or ##
$ cp yamba-client/build/outputs/aar/yamba-client-release.aar ./yambaclientlib.aar

Please see NOTICE file in this directory for copyright, license terms, and legal disclaimers.

Copyright © 2012 Marakana Inc.

com.newcircle

ProTech Professional Technical Services

Versions

Version
2.1.0
2.0.0
1.0.0