License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.github.szhittech |
ArtifactId | ArtifactIdokclient |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionokclient
A Gradle Plugin For Java、Android、Kotlin.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
okclient-1.0.3.pom | |
okclient-1.0.3-sources.jar | 11 KB |
okclient-1.0.3-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.szhittech/okclient/ -->
<dependency>
<groupId>io.github.szhittech</groupId>
<artifactId>okclient</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.szhittech/okclient/
implementation 'io.github.szhittech:okclient:1.0.3'
// https://jarcasting.com/artifacts/io.github.szhittech/okclient/
implementation ("io.github.szhittech:okclient:1.0.3")
'io.github.szhittech:okclient:aar:1.0.3'
<dependency org="io.github.szhittech" name="okclient" rev="1.0.3">
<artifact name="okclient" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.szhittech', module='okclient', version='1.0.3')
)
libraryDependencies += "io.github.szhittech" % "okclient" % "1.0.3"
[io.github.szhittech/okclient "1.0.3"]