Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.pavlozorya |
ArtifactId | ArtifactIdclient |
Version | Version0.1.6 |
Type | Typeaar |
Filename | Size |
---|---|
client-0.1.6.pom | |
client-0.1.6.aar | 66 KB |
client-0.1.6-sources.jar | 2 KB |
client-0.1.6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pavlozorya/client/ -->
<dependency>
<groupId>io.github.pavlozorya</groupId>
<artifactId>client</artifactId>
<version>0.1.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pavlozorya/client/
implementation 'io.github.pavlozorya:client:0.1.6'
// https://jarcasting.com/artifacts/io.github.pavlozorya/client/
implementation ("io.github.pavlozorya:client:0.1.6")
'io.github.pavlozorya:client:aar:0.1.6'
<dependency org="io.github.pavlozorya" name="client" rev="0.1.6">
<artifact name="client" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.pavlozorya', module='client', version='0.1.6')
)
libraryDependencies += "io.github.pavlozorya" % "client" % "0.1.6"
[io.github.pavlozorya/client "0.1.6"]