| Categories |
CategoriesRetrofit Net HTTP Clients |
|---|---|
| GroupId | GroupIdcom.lgou2w |
| ArtifactId | ArtifactIdldk-retrofit |
| Version | Version0.1.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ldk-retrofit-0.1.8.pom | |
| ldk-retrofit-0.1.8.jar | 1 KB |
| ldk-retrofit-0.1.8-sources.jar | 2 KB |
| ldk-retrofit-0.1.8-javadoc.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lgou2w/ldk-retrofit/ -->
<dependency>
<groupId>com.lgou2w</groupId>
<artifactId>ldk-retrofit</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.lgou2w/ldk-retrofit/
implementation 'com.lgou2w:ldk-retrofit:0.1.8'
// https://jarcasting.com/artifacts/com.lgou2w/ldk-retrofit/
implementation ("com.lgou2w:ldk-retrofit:0.1.8")
'com.lgou2w:ldk-retrofit:jar:0.1.8'
<dependency org="com.lgou2w" name="ldk-retrofit" rev="0.1.8">
<artifact name="ldk-retrofit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lgou2w', module='ldk-retrofit', version='0.1.8')
)
libraryDependencies += "com.lgou2w" % "ldk-retrofit" % "0.1.8"
[com.lgou2w/ldk-retrofit "0.1.8"]