Categories |
CategoriesRetrofit Net HTTP Clients |
---|---|
GroupId | GroupIdcom.github.cd-butterfly |
ArtifactId | ArtifactIdretrofit-annotations |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
retrofit-annotations-1.0.6.pom | |
retrofit-annotations-1.0.6.jar | 981 bytes |
retrofit-annotations-1.0.6-sources.jar | 974 bytes |
retrofit-annotations-1.0.6-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cd-butterfly/retrofit-annotations/ -->
<dependency>
<groupId>com.github.cd-butterfly</groupId>
<artifactId>retrofit-annotations</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cd-butterfly/retrofit-annotations/
implementation 'com.github.cd-butterfly:retrofit-annotations:1.0.6'
// https://jarcasting.com/artifacts/com.github.cd-butterfly/retrofit-annotations/
implementation ("com.github.cd-butterfly:retrofit-annotations:1.0.6")
'com.github.cd-butterfly:retrofit-annotations:jar:1.0.6'
<dependency org="com.github.cd-butterfly" name="retrofit-annotations" rev="1.0.6">
<artifact name="retrofit-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cd-butterfly', module='retrofit-annotations', version='1.0.6')
)
libraryDependencies += "com.github.cd-butterfly" % "retrofit-annotations" % "1.0.6"
[com.github.cd-butterfly/retrofit-annotations "1.0.6"]