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