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