Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdhu.ponte.respresso |
ArtifactId | ArtifactIdclient-android |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
client-android-0.0.2.pom | |
client-android-0.0.2.jar | 38 KB |
client-android-0.0.2-sources.jar | 6 KB |
client-android-0.0.2-javadoc.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hu.ponte.respresso/client-android/ -->
<dependency>
<groupId>hu.ponte.respresso</groupId>
<artifactId>client-android</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/hu.ponte.respresso/client-android/
implementation 'hu.ponte.respresso:client-android:0.0.2'
// https://jarcasting.com/artifacts/hu.ponte.respresso/client-android/
implementation ("hu.ponte.respresso:client-android:0.0.2")
'hu.ponte.respresso:client-android:jar:0.0.2'
<dependency org="hu.ponte.respresso" name="client-android" rev="0.0.2">
<artifact name="client-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.ponte.respresso', module='client-android', version='0.0.2')
)
libraryDependencies += "hu.ponte.respresso" % "client-android" % "0.0.2"
[hu.ponte.respresso/client-android "0.0.2"]