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