Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.newcircle |
ArtifactId | ArtifactIdyamba-client |
Version | Version2.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
yamba-client-2.0.0.pom | |
yamba-client-2.0.0.aar | 11 KB |
yamba-client-2.0.0-sources.jar | 6 KB |
yamba-client-2.0.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.newcircle/yamba-client/ -->
<dependency>
<groupId>com.newcircle</groupId>
<artifactId>yamba-client</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.newcircle/yamba-client/
implementation 'com.newcircle:yamba-client:2.0.0'
// https://jarcasting.com/artifacts/com.newcircle/yamba-client/
implementation ("com.newcircle:yamba-client:2.0.0")
'com.newcircle:yamba-client:aar:2.0.0'
<dependency org="com.newcircle" name="yamba-client" rev="2.0.0">
<artifact name="yamba-client" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.newcircle', module='yamba-client', version='2.0.0')
)
libraryDependencies += "com.newcircle" % "yamba-client" % "2.0.0"
[com.newcircle/yamba-client "2.0.0"]