License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.newcircle |
ArtifactId | ArtifactIdyamba-client |
Version | Version2.1.0 |
Type | Typeaar |
Description |
DescriptionYamba Client Lib
Companion library for NewCircle Android Bootcamp
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
yamba-client-2.1.0.pom | |
yamba-client-2.1.0.aar | 12 KB |
yamba-client-2.1.0-sources.jar | 7 KB |
yamba-client-2.1.0-javadoc.jar | 42 KB |
Browse |
<!-- 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"]