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